org.eclipse.gmt.modisco.omg.kdm.code
Interface ArrayType

All Superinterfaces:
AbstractCodeElement, CodeItem, Datatype, DerivedType, Element, KDMEntity, ModelElement

public interface ArrayType
extends DerivedType

A representation of the model object 'Array Type'.

The following features are supported:

See Also:
CodePackage.getArrayType()
Generated:
Model:

Method Summary
 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.
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.kdm.code.DerivedType
getItemUnit, setItemUnit
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.kdm.code.AbstractCodeElement
getCodeRelation, getComment, getEntryFlow, getSource
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.kdm.core.KDMEntity
createAggregation, deleteAggregation, getGroup, getGroupedElement, getInAggregated, getInbound, getModel, getName, getOutAggregated, getOutbound, getOwnedElement, getOwnedRelation, getOwner, setName
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.kdm.core.ModelElement
getStereotype, getTaggedValue
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.kdm.core.Element
getAnnotation, getAttribute
 

Method Detail

getSize

java.lang.Integer getSize()
Returns the value of the 'Size' attribute.

If the meaning of the 'Size' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Size' attribute.
See Also:
setSize(Integer), CodePackage.getArrayType_Size()
Generated:
Model:
dataType="org.eclipse.gmt.modisco.omg.kdm.core.Integer"

setSize

void setSize(java.lang.Integer value)
Sets the value of the 'Size' attribute.

Parameters:
value - the new value of the 'Size' attribute.
See Also:
getSize()
Generated:

getIndexUnit

IndexUnit getIndexUnit()
Returns the value of the 'Index Unit' containment reference.

If the meaning of the 'Index Unit' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Index Unit' containment reference.
See Also:
setIndexUnit(IndexUnit), CodePackage.getArrayType_IndexUnit()
Generated:
Model:
containment="true" required="true" ordered="false"

setIndexUnit

void setIndexUnit(IndexUnit value)
Sets the value of the 'Index Unit' containment reference.

Parameters:
value - the new value of the 'Index Unit' containment reference.
See Also:
getIndexUnit()
Generated: