public interface ArrayType extends DerivedType
The following features are supported:
CodePackage.getArrayType()| Modifier and Type | Method and Description |
|---|---|
IndexUnit |
getIndexUnit()
Returns the value of the 'Index Unit' containment reference.
|
java.lang.Integer |
getSize()
Returns the value of the 'Size' attribute.
|
void |
setIndexUnit(IndexUnit value)
Sets the value of the '
Index Unit' containment reference. |
void |
setSize(java.lang.Integer value)
Sets the value of the '
Size' attribute. |
getItemUnit, setItemUnitgetCodeRelation, getComment, getEntryFlow, getSourcecreateAggregation, deleteAggregation, getGroup, getGroupedElement, getInAggregated, getInbound, getModel, getName, getOutAggregated, getOutbound, getOwnedElement, getOwnedRelation, getOwner, setNamegetStereotype, getTaggedValuegetAnnotation, getAttributejava.lang.Integer getSize()
If the meaning of the 'Size' attribute isn't clear, there really should be more of a description here...
setSize(Integer),
CodePackage.getArrayType_Size()void setSize(java.lang.Integer value)
Size' attribute.
value - the new value of the 'Size' attribute.getSize()IndexUnit getIndexUnit()
If the meaning of the 'Index Unit' containment reference isn't clear, there really should be more of a description here...
setIndexUnit(IndexUnit),
CodePackage.getArrayType_IndexUnit()void setIndexUnit(IndexUnit value)
Index Unit' containment reference.
value - the new value of the 'Index Unit' containment reference.getIndexUnit()