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 Summary
ConstructorsModifierConstructorDescriptionprotectedno arg constructor.ArrayShape(String v) Creates a new ArrayShape Primitive Type instance, using the base type.copy constructor. -
Method Summary
-
Constructor Details
-
ArrayShape
protected ArrayShape()no arg constructor. -
ArrayShape
copy constructor.- Parameters:
c- the object to be copied.
-
ArrayShape
Creates a new ArrayShape Primitive Type instance, using the base type.- Parameters:
v- the base type.
-
-
Method Details