public interface DataAction extends AbstractDataElement
The following features are supported:
DataPackage.getDataAction()| Modifier and Type | Method and Description |
|---|---|
|
getDataElement()
Returns the value of the 'Data Element' containment reference list.
|
|
getImplementation()
Returns the value of the 'Implementation' 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. |
getAbstraction, getDataRelation, 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),
DataPackage.getDataAction_Kind()void setKind(java.lang.String value)
Kind' attribute.
value - the new value of the 'Kind' attribute.getKind()getImplementation()
ActionElement.
If the meaning of the 'Implementation' reference list isn't clear, there really should be more of a description here...
DataPackage.getDataAction_Implementation()getDataElement()
DataEvent.
If the meaning of the 'Data Element' containment reference list isn't clear, there really should be more of a description here...
DataPackage.getDataAction_DataElement()