Uses of Class
rasj.RasBaseType
-
Packages that use RasBaseType Package Description rasj -
-
Uses of RasBaseType in rasj
Subclasses of RasBaseType in rasj Modifier and Type Class Description classRasPrimitiveTypePURPOSE: This class represents the primitive types in the ODMG conformant representation of the RasDaMan type system.classRasStructureTypePURPOSE: This class represents all user defined structured types in the ODMG conformant representation of the RasDaMan type system.Methods in rasj that return RasBaseType Modifier and Type Method Description RasBaseTypeRasMArrayType. getBaseType()Retrieves the base type of this MArray.RasBaseType[]RasStructureType. getBaseTypes()RasBaseTypeRasGMArray. getBaseTypeSchema()Returns the base type schema of this GMArray.Constructors in rasj with parameters of type RasBaseType Constructor Description RasMArrayType(RasBaseType newBaseType)Constructor getting the type of th new MArray.RasStructureType(java.lang.String name, RasBaseType[] btyp, java.lang.String[] attr)
-