Interface ActionElement
- All Superinterfaces:
AbstractCodeElement,Element,org.eclipse.emf.ecore.EObject,KDMEntity,ModelElement,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
BlockUnit,CatchUnit,ExceptionUnit,FinallyUnit,TryUnit
- All Known Implementing Classes:
ActionElementImpl,BlockUnitImpl,CatchUnitImpl,ExceptionUnitImpl,FinallyUnitImpl,TryUnitImpl
public interface ActionElement extends AbstractCodeElement
A representation of the model object 'Element'.
The following features are supported:
- See Also:
ActionPackage.getActionElement()
-
Method Summary
Modifier and Type Method Description org.eclipse.emf.common.util.EList<AbstractActionRelationship>getActionRelation()Returns the value of the 'Action Relation' containment reference list.org.eclipse.emf.common.util.EList<AbstractCodeElement>getCodeElement()Returns the value of the 'Code Element' containment reference list.StringgetKind()Returns the value of the 'Kind' attribute.voidsetKind(String value)Sets the value of the 'Kind' attribute.Methods inherited from interface org.eclipse.gmt.modisco.omg.kdm.code.AbstractCodeElement
getCodeRelation, getComment, getEntryFlow, getSourceMethods inherited from interface org.eclipse.gmt.modisco.omg.kdm.core.Element
getAnnotation, getAttributeMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.gmt.modisco.omg.kdm.core.KDMEntity
createAggregation, deleteAggregation, getGroup, getGroupedElement, getInAggregated, getInbound, getModel, getName, getOutAggregated, getOutbound, getOwnedElement, getOwnedRelation, getOwner, setNameMethods inherited from interface org.eclipse.gmt.modisco.omg.kdm.core.ModelElement
getStereotype, getTaggedValueMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getKind
String getKind()Returns the value of the 'Kind' attribute.- Returns:
- the value of the 'Kind' attribute.
- See Also:
setKind(String),ActionPackage.getActionElement_Kind()
-
setKind
Sets the value of the 'Kind' attribute.- Parameters:
value- the new value of the 'Kind' attribute.- See Also:
getKind()
-
getCodeElement
org.eclipse.emf.common.util.EList<AbstractCodeElement> getCodeElement()Returns the value of the 'Code Element' containment reference list. The list contents are of typeAbstractCodeElement.- Returns:
- the value of the 'Code Element' containment reference list.
- See Also:
ActionPackage.getActionElement_CodeElement()
-
getActionRelation
org.eclipse.emf.common.util.EList<AbstractActionRelationship> getActionRelation()Returns the value of the 'Action Relation' containment reference list. The list contents are of typeAbstractActionRelationship.- Returns:
- the value of the 'Action Relation' containment reference list.
- See Also:
ActionPackage.getActionElement_ActionRelation()
-