public interface CallableUnit extends ControlElement
The following features are supported:
CodePackage.getCallableUnit()| Modifier and Type | Method and Description |
|---|---|
CallableKind |
getKind()
Returns the value of the 'Kind' attribute.
|
void |
setKind(CallableKind value)
Sets the value of the '
Kind' attribute. |
getCodeElement, getType, setTypegetCodeRelation, getComment, getEntryFlow, getSourcecreateAggregation, deleteAggregation, getGroup, getGroupedElement, getInAggregated, getInbound, getModel, getName, getOutAggregated, getOutbound, getOwnedElement, getOwnedRelation, getOwner, setNamegetStereotype, getTaggedValuegetAnnotation, getAttributeCallableKind getKind()
CallableKind.
If the meaning of the 'Kind' attribute isn't clear, there really should be more of a description here...
CallableKind,
setKind(CallableKind),
CodePackage.getCallableUnit_Kind()void setKind(CallableKind value)
Kind' attribute.
value - the new value of the 'Kind' attribute.CallableKind,
getKind()