Interface UIAction
- All Superinterfaces:
AbstractUIElement,Element,org.eclipse.emf.ecore.EObject,KDMEntity,ModelElement,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
UIActionImpl
public interface UIAction extends AbstractUIElement
A representation of the model object 'UI Action'.
The following features are supported:
- See Also:
UiPackage.getUIAction()
-
Method Summary
Methods inherited from interface org.eclipse.gmt.modisco.omg.kdm.ui.AbstractUIElement
getAbstraction, getImplementation, getSource, getUIRelationMethods 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),UiPackage.getUIAction_Kind()
-
setKind
Sets the value of the 'Kind' attribute.- Parameters:
value- the new value of the 'Kind' attribute.- See Also:
getKind()
-
getUIElement
org.eclipse.emf.common.util.EList<UIEvent> getUIElement()Returns the value of the 'UI Element' containment reference list. The list contents are of typeUIEvent.- Returns:
- the value of the 'UI Element' containment reference list.
- See Also:
UiPackage.getUIAction_UIElement()
-