Class ArrayParameterType

  • All Implemented Interfaces:
    Serializable, DataType, ParameterType

    public class ArrayParameterType
    extends ArrayDataType
    implements ParameterType
    Describe an array parameter type. The size and number of dimensions are described here. See ArrayParameterEntry, NameReferenceType and ArrayDataType.

    Note: XTCE 1.1 defines only the number of dimensions (integer) as part of the ArrayDataType and leaves the dimension list (containing the size of each dimension) to be defined as part of the ArrayParameterEntry

    In XTCE 1.2 the dimension list is also defined in this class and can be optionally omitted from the ArrayParameterEntry.

    We support both behaviours.

    See Also:
    Serialized Form