Package rasj
Class RasCollectionType
java.lang.Object
rasj.RasType
rasj.RasCollectionType
PURPOSE: This class represents the Collection type in the ODMG conformant representation of the RasDaMan type system.
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionSimple constructor.RasCollectionType(RasType type) Constructor getting the element type of the new collection type. -
Method Summary
Methods inherited from class rasj.RasType
getAnyType, getName, getTypeID, isBaseType, isStructType
-
Constructor Details
-
RasCollectionType
public RasCollectionType()Simple constructor. -
RasCollectionType
Constructor getting the element type of the new collection type.- Parameters:
type- the element type of the new collection type
-
-
Method Details
-
getElementType
Retrieves the collection type's element type.- Returns:
- the element type of this collection type
-
getKind
Returns the type of this object (which is RAS_SET in this case).- Returns:
- the type of this object (RAS_SET)
-
toString
Creates a string representation of this object.
-