public interface ActionElement extends AbstractCodeElement
The following features are supported:
ActionPackage.getActionElement()| Modifier and Type | Method and Description |
|---|---|
|
getActionRelation()
Returns the value of the 'Action Relation' containment reference list.
|
|
getCodeElement()
Returns the value of the 'Code Element' containment reference list.
|
java.lang.String |
getKind()
Returns the value of the 'Kind' attribute.
|
void |
setKind(java.lang.String value)
Sets the value of the '
Kind' attribute. |
getCodeRelation, getComment, getEntryFlow, getSourcecreateAggregation, deleteAggregation, getGroup, getGroupedElement, getInAggregated, getInbound, getModel, getName, getOutAggregated, getOutbound, getOwnedElement, getOwnedRelation, getOwner, setNamegetStereotype, getTaggedValuegetAnnotation, getAttributejava.lang.String getKind()
If the meaning of the 'Kind' attribute isn't clear, there really should be more of a description here...
setKind(String),
ActionPackage.getActionElement_Kind()void setKind(java.lang.String value)
Kind' attribute.
value - the new value of the 'Kind' attribute.getKind()getCodeElement()
AbstractCodeElement.
If the meaning of the 'Code Element' containment reference list isn't clear, there really should be more of a description here...
ActionPackage.getActionElement_CodeElement()getActionRelation()
AbstractActionRelationship.
If the meaning of the 'Action Relation' containment reference list isn't clear, there really should be more of a description here...
ActionPackage.getActionElement_ActionRelation()