Uses of Class
rasj.RasType

Packages that use RasType
Package
Description
 
 
  • Uses of RasType in rasj

    Subclasses of RasType in rasj
    Modifier and Type
    Class
    Description
    class 
    PURPOSE: This class represents the Base types and is the superclass of the types RasStructureType and RasPrimitiveType in the representation of the RasDaMan type system.
    class 
    PURPOSE: This class represents the Collection type in the ODMG conformant representation of the RasDaMan type system.
    class 
    PURPOSE: This class represents the MArray type in the ODMG conformant representation of the RasDaMan type system.
    class 
    PURPOSE: This class represents the MInterval type in the ODMG conformant representation of the RasDaMan type system.
    class 
    PURPOSE: This class represents the OID type in the ODMG conformant representation of the RasDaMan type system.
    class 
    PURPOSE: This class represents the Point type in the ODMG conformant representation of the RasDaMan type system.
    class 
    PURPOSE: This class represents the primitive types in the ODMG conformant representation of the RasDaMan type system.
    class 
    PURPOSE: This class represents the SInterval type in the ODMG conformant representation of the RasDaMan type system.
    class 
    PURPOSE: This class represents all user defined structured types in the ODMG conformant representation of the RasDaMan type system.
    Methods in rasj that return RasType
    Modifier and Type
    Method
    Description
    static RasType
    RasType.getAnyType(String typeString)
    Builds the type schema from a string representation.
    RasCollectionType.getElementType()
    Retrieves the collection type's element type.
    Methods in rasj with parameters of type RasType
    Modifier and Type
    Method
    Description
    static Object
    RasStructure.getElement(DataInputStream dis, RasType et, byte[] binData)
     
    Constructors in rasj with parameters of type RasType
    Modifier
    Constructor
    Description
     
    Constructor getting the element type of the new collection type.
  • Uses of RasType in rasj.odmg

    Methods in rasj.odmg that return RasType
    Modifier and Type
    Method
    Description
    RasObject.getTypeSchema()