Class ArrayShape

java.lang.Object
org.ivoa.dm.registry.vodataservice.ArrayShape
All Implemented Interfaces:
Serializable

@VoDml(id="VODataService:ArrayShape", role=primitiveType) @Embeddable public class ArrayShape extends Object implements Serializable
An expression of a the shape of a multi-dimensional array of the form LxNxM... where each value between gives the integer length of the array along a dimension. An asterisk (*) as the last dimension of the shape indicates that the length of the last axis is variable or undetermined. PrimitiveType ArrayShape :
See Also:
  • Constructor Details

    • ArrayShape

      protected ArrayShape()
      no arg constructor.
    • ArrayShape

      public ArrayShape(ArrayShape c)
      copy constructor.
      Parameters:
      c - the object to be copied.
    • ArrayShape

      public ArrayShape(String v)
      Creates a new ArrayShape Primitive Type instance, using the base type.
      Parameters:
      v - the base type.
  • Method Details

    • value

      public final String value()
      Return the representation of this primitive (value)
      Returns:
      string representation of this primitive( value)
    • toString

      public final String toString()
      Return the string representation of this primitive value
      Overrides:
      toString in class Object
      Returns:
      string representation of this primitive
      See Also: