Package rasj
Class RasStructureType
java.lang.Object
rasj.RasType
rasj.RasBaseType
rasj.RasStructureType
PURPOSE: This class represents all user defined structured types in the ODMG conformant representation of the RasDaMan type system.
-
Field Summary
Fields inherited from class rasj.RasBaseType
typeSize -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class rasj.RasBaseType
getSize, isBaseTypeMethods inherited from class rasj.RasType
getAnyType, getName
-
Constructor Details
-
RasStructureType
public RasStructureType() -
RasStructureType
-
-
Method Details
-
getTypeID
public int getTypeID()Description copied from class:RasBaseTypeRetrieves the id of the type.- Overrides:
getTypeIDin classRasBaseType- Returns:
- the id of the type
-
getBaseTypes
-
getAttributes
-
isStructType
public boolean isStructType()Description copied from class:RasTypeChecks if this type is a primitive or structured type.- Overrides:
isStructTypein classRasType- Returns:
- true if this is a structured type, otherwise false
-
toString
Description copied from class:RasBaseTypeReturns a string representation of this object.- Overrides:
toStringin classRasBaseType- Returns:
- a string description of this object.
-
equals
-