All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class PREDATOR.ADT.ADT_document

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

public class ADT_document
extends ADT
The document ADT.

See Also:
DocumentObject, DocumentMetaInfo

Constructor Index

 o ADT_document()

Method Index

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

Constructors

 o ADT_document
 public ADT_document()

Methods

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

Parameters:
MetaInfo - The meta-info for the object to be read
Returns:
The class of the document 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