All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class PREDATOR.ADT.ADT_date

java.lang.Object
   |
   +----PREDATOR.ADT.ADT
           |
           +----PREDATOR.ADT.ADT_date

public class ADT_date
extends ADT
The date ADT.

See Also:
DateObject, DateMetaInfo

Constructor Index

 o ADT_date()

Method Index

 o getMetaInfoClass()
Returns the class of the ADT's meta info.
 o getObjectClass(ADTMetaInfo)
Returns the class of the date ADT's object data: DateObject

Constructors

 o ADT_date
 public ADT_date()

Methods

 o getObjectClass
 public Class getObjectClass(ADTMetaInfo MetaInfo)
Returns the class of the date ADT's object data: DateObject

Parameters:
MetaInfo - The meta-info for the object to be read
Returns:
The class of the date ADT's object data
Overrides:
getObjectClass in class ADT
 o getMetaInfoClass
 public Class getMetaInfoClass()
Returns the class of the ADT's meta info. For instance, the audio ADT returns AudioMetaInfo.

Returns:
The class of the ADT's meta info
Overrides:
getMetaInfoClass in class ADT

All Packages  Class Hierarchy  This Package  Previous  Next  Index