Package rasj
Class RasMArrayType
java.lang.Object
rasj.RasType
rasj.RasMArrayType
PURPOSE: This class represents the MArray type in the ODMG conformant representation of the RasDaMan type system.
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.RasMArrayType(RasBaseType newBaseType) Constructor getting the type of th new MArray. -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the base type of this MArray.toString()Returns a string representing this object.Methods inherited from class rasj.RasType
getAnyType, getName, getTypeID, isBaseType, isStructType
-
Constructor Details
-
RasMArrayType
public RasMArrayType()Default constructor. -
RasMArrayType
Constructor getting the type of th new MArray.- Parameters:
newBaseType- the type of the new MArray
-
-
Method Details