Interface CommandInterfaceMapping
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
CommandInterfaceMappingImpl
public interface CommandInterfaceMapping
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Command Interface Mapping'.
End form unparameterized command mapping
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<AutoGroupItem>
Returns the value of the 'Auto Commands' reference list.org.eclipse.emf.common.util.EList<Panel>
Returns the value of the 'Panels' containment reference list.org.eclipse.emf.common.util.EMap<String,
FormCommandInterfaceItem> Returns the value of the 'Persited Auto Commands' map.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getPanels
org.eclipse.emf.common.util.EList<Panel> getPanels()Returns the value of the 'Panels' containment reference list. The list contents are of typePanel
.- Returns:
- the value of the 'Panels' containment reference list.
- See Also:
-
getAutoCommands
org.eclipse.emf.common.util.EList<AutoGroupItem> getAutoCommands()Returns the value of the 'Auto Commands' reference list. The list contents are of typeAutoGroupItem
.- Returns:
- the value of the 'Auto Commands' reference list.
- See Also:
-
getPersitedAutoCommands
org.eclipse.emf.common.util.EMap<String,FormCommandInterfaceItem> getPersitedAutoCommands()Returns the value of the 'Persited Auto Commands' map. The key is of typeString
, and the value is of typeFormCommandInterfaceItem
,- Returns:
- the value of the 'Persited Auto Commands' map.
- See Also:
-