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 Details

    • 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 Details

    • getBaseType

      public RasBaseType getBaseType()
      Retrieves the base type of this MArray.
      Returns:
      the base type of this MArray
    • toString

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