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
-
ADT_string()
-
-
getObjectClass(ADTMetaInfo)
- Returns the class of the string ADT's object data
-
isVariableSize(ADTMetaInfo)
- Determines if the binary version of the ADT is variable size
ADT_string
public ADT_string()
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
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