Package rasj

Class RasMArrayType


  • public class RasMArrayType
    extends RasType
    
     PURPOSE:
     This class represents the MArray type in the ODMG conformant
     representation of the RasDaMan type system.
    • 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
      • toString

        public java.lang.String toString()
        Returns a string representing this object.
        Overrides:
        toString in class RasType
        Returns:
        the string representation of this object