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:

Method Summary
 ItemUnit getItemUnit()
          Returns the value of the 'Item Unit' containment reference.
 void setItemUnit(ItemUnit value)
          Sets the value of the 'Item Unit' containment reference.
 
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

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: