All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class PREDATOR.ADT.ADT_string

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

public class ADT_string
extends ADT
The string ADT.

See Also:
StringObject

Constructor Index

 o ADT_string()

Method Index

 o getObjectClass(ADTMetaInfo)
Returns the class of the string ADT's object data
 o isVariableSize(ADTMetaInfo)
Determines if the binary version of the ADT is variable size

Constructors

 o ADT_string
 public ADT_string()

Methods

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

Parameters:
MetaInfo - The meta-info for the object to be read
Returns:
The class of the string ADT's object data
Overrides:
getObjectClass in class ADT
 o isVariableSize
 public boolean isVariableSize(ADTMetaInfo MetaInfo)
Determines if the binary version of the ADT is variable size

Parameters:
MetaInfo - The meta-info for the object to be read
Returns:
true if the in-record version of the ADT is variable size, false otherwise
Overrides:
isVariableSize in class ADT

All Packages  Class Hierarchy  This Package  Previous  Next  Index