Uses of Class
rasj.RasType
Packages that use RasType
-
Uses of RasType in rasj
Modifier and TypeClassDescriptionclassPURPOSE: This class represents the Base types and is the superclass of the types RasStructureType and RasPrimitiveType in the representation of the RasDaMan type system.classPURPOSE: This class represents the Collection type in the ODMG conformant representation of the RasDaMan type system.classPURPOSE: This class represents the MArray type in the ODMG conformant representation of the RasDaMan type system.classPURPOSE: This class represents the MInterval type in the ODMG conformant representation of the RasDaMan type system.classPURPOSE: This class represents the OID type in the ODMG conformant representation of the RasDaMan type system.classPURPOSE: This class represents the Point type in the ODMG conformant representation of the RasDaMan type system.classPURPOSE: This class represents the primitive types in the ODMG conformant representation of the RasDaMan type system.classPURPOSE: This class represents the SInterval type in the ODMG conformant representation of the RasDaMan type system.classPURPOSE: This class represents all user defined structured types in the ODMG conformant representation of the RasDaMan type system.Modifier and TypeMethodDescriptionstatic RasTypeRasType.getAnyType(String typeString) Builds the type schema from a string representation.RasCollectionType.getElementType()Retrieves the collection type's element type.Modifier and TypeMethodDescriptionstatic ObjectRasStructure.getElement(DataInputStream dis, RasType et, byte[] binData) ModifierConstructorDescriptionRasCollectionType(RasType type) Constructor getting the element type of the new collection type. -
Uses of RasType in rasj.odmg