org.eclipse.gmt.modisco.omg.kdm.code
Interface DerivedType
- All Superinterfaces:
- AbstractCodeElement, CodeItem, Datatype, Element, KDMEntity, ModelElement
- All Known Subinterfaces:
- ArrayType, BagType, PointerType, RangeType, SequenceType, SetType
public interface DerivedType
- extends Datatype
A representation of the model object 'Derived Type'.
The following features are supported:
- See Also:
CodePackage.getDerivedType()
- Generated:
- Model:
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 |
getItemUnit
ItemUnit getItemUnit()
- Returns the value of the 'Item Unit' containment reference.
If the meaning of the 'Item Unit' containment reference isn't clear,
there really should be more of a description here...
- Returns:
- the value of the 'Item Unit' containment reference.
- See Also:
setItemUnit(ItemUnit)
,
CodePackage.getDerivedType_ItemUnit()
- Generated:
- Model:
- containment="true" required="true" ordered="false"
setItemUnit
void setItemUnit(ItemUnit value)
- Sets the value of the '
Item Unit
' containment reference.
- Parameters:
value
- the new value of the 'Item Unit' containment reference.- See Also:
getItemUnit()
- Generated: