public interface DefinedType extends Datatype
The following features are supported:
CodePackage.getDefinedType()| Modifier and Type | Method and Description |
|---|---|
Datatype |
getCodeElement()
Returns the value of the 'Code Element' containment reference.
|
Datatype |
getType()
Returns the value of the 'Type' reference.
|
void |
setCodeElement(Datatype value)
Sets the value of the '
Code Element' containment reference. |
void |
setType(Datatype value)
Sets the value of the '
Type' reference. |
getCodeRelation, getComment, getEntryFlow, getSourcecreateAggregation, deleteAggregation, getGroup, getGroupedElement, getInAggregated, getInbound, getModel, getName, getOutAggregated, getOutbound, getOwnedElement, getOwnedRelation, getOwner, setNamegetStereotype, getTaggedValuegetAnnotation, getAttributeDatatype getType()
If the meaning of the 'Type' reference isn't clear, there really should be more of a description here...
setType(Datatype),
CodePackage.getDefinedType_Type()void setType(Datatype value)
Type' reference.
value - the new value of the 'Type' reference.getType()Datatype getCodeElement()
If the meaning of the 'Code Element' containment reference isn't clear, there really should be more of a description here...
setCodeElement(Datatype),
CodePackage.getDefinedType_CodeElement()void setCodeElement(Datatype value)
Code Element' containment reference.
value - the new value of the 'Code Element' containment reference.getCodeElement()