public interface MethodUnit extends ControlElement
The following features are supported:
CodePackage.getMethodUnit()| Modifier and Type | Method and Description |
|---|---|
ExportKind |
getExport()
Returns the value of the 'Export' attribute.
|
MethodKind |
getKind()
Returns the value of the 'Kind' attribute.
|
void |
setExport(ExportKind value)
Sets the value of the '
Export' attribute. |
void |
setKind(MethodKind 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, getAttributeMethodKind getKind()
MethodKind.
If the meaning of the 'Kind' attribute isn't clear, there really should be more of a description here...
MethodKind,
setKind(MethodKind),
CodePackage.getMethodUnit_Kind()void setKind(MethodKind value)
Kind' attribute.
value - the new value of the 'Kind' attribute.MethodKind,
getKind()ExportKind getExport()
ExportKind.
If the meaning of the 'Export' attribute isn't clear, there really should be more of a description here...
ExportKind,
setExport(ExportKind),
CodePackage.getMethodUnit_Export()void setExport(ExportKind value)
Export' attribute.
value - the new value of the 'Export' attribute.ExportKind,
getExport()