|
Poseidon for UMLTM UMLdoc |
|||||||||
|
||||||||||
Types
an AggregationType representing all EXPRESS ARRAY data types.
|
|||
public
Boolean
|
isOptional
True if the member type is declared to be OPTIONAL in the syntactic designation for the ARRAYType; False otherwise. |
||
|
|
|||
public
ARRAYValue
|
aRRAYValue
|
||
public
ArrayBound
|
hi_index
represents the relationship between the ARRAYType and the upper bound on the Integer index-range of each value of the ARRAYType. |
||
public
ArrayBound
|
lo_index
represents the relationship between the ARRAYType and the lower bound on the Integer index-range of each value of the ARRAYType. |
||
|
|
|||
public
Boolean isOptional
True if the member type is declared to be OPTIONAL in the syntactic designation for the ARRAYType; False otherwise. When isOptional is True, any instance of the ARRAYType is permitted to have members whose value is unspecified ('?').
|
|
|||
public
ARRAYValue aRRAYValue
|
public
ArrayBound hi_index
represents the relationship between the ARRAYType and the upper bound on the Integer index-range of each value of the ARRAYType.
|
public
ArrayBound lo_index
represents the relationship between the ARRAYType and the lower bound on the Integer index-range of each value of the ARRAYType.
|
|
Poseidon for UMLTM UMLdoc |
|||||||||
|
||||||||||