Package rasj
Class RasMArrayType
- java.lang.Object
-
- rasj.RasType
-
- rasj.RasMArrayType
-
public class RasMArrayType extends RasType
PURPOSE: This class represents the MArray type in the ODMG conformant representation of the RasDaMan type system.
-
-
Constructor Summary
Constructors Constructor Description RasMArrayType()Default constructor.RasMArrayType(RasBaseType newBaseType)Constructor getting the type of th new MArray.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RasBaseTypegetBaseType()Retrieves the base type of this MArray.java.lang.StringtoString()Returns a string representing this object.-
Methods inherited from class rasj.RasType
getAnyType, getName, getTypeID, isBaseType, isStructType
-
-
-
-
Constructor Detail
-
RasMArrayType
public RasMArrayType()
Default constructor.
-
RasMArrayType
public RasMArrayType(RasBaseType newBaseType)
Constructor getting the type of th new MArray.- Parameters:
newBaseType- the type of the new MArray
-
-
Method Detail
-
getBaseType
public RasBaseType getBaseType()
Retrieves the base type of this MArray.- Returns:
- the base type of this MArray
-
-