Interface AbstractCommandContainer
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,IBmObject,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
CommandContainer,FormCommandContainer,FormCommandInterface,MainSectionCommandInterface,SubsystemCommandInterface
- All Known Implementing Classes:
AbstractCommandContainerImpl,CommandContainerImpl,FormCommandContainerImpl,FormCommandInterfaceImpl,MainSectionCommandInterfaceImpl,SubsystemCommandInterfaceImpl
public interface AbstractCommandContainer extends IBmObject
A representation of the model object 'Abstract Command Container'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<Command>getCommands()Returns the value of the 'Commands' reference list.DetachedGroupPanelgetDetachedGroupPanel()Returns the value of the 'Detached Group Panel' containment reference.org.eclipse.emf.common.util.EMap<Long,CommandItem>getItemByCommandIdMap()Returns the value of the 'Item By Command Id Map' map.org.eclipse.emf.common.util.EMap<Long,CustomCommandItemGroup>getItemGroupByGroupIdMap()Returns the value of the 'Item Group By Group Id Map' map.voidsetDetachedGroupPanel(DetachedGroupPanel value)Sets the value of the 'Detached Group Panel' containment reference.-
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 com._1c.g5.v8.bm.core.IBmObject
bmGetEngine, bmGetFqn, bmGetId, bmGetNamespace, bmGetPlatformTransaction, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmMatchSingleReference, bmSetProperty
-
-
-
-
Method Detail
-
getDetachedGroupPanel
DetachedGroupPanel getDetachedGroupPanel()
Returns the value of the 'Detached Group Panel' containment reference.- Returns:
- the value of the 'Detached Group Panel' containment reference.
- See Also:
setDetachedGroupPanel(DetachedGroupPanel),CmiDerivedDataPackage.getAbstractCommandContainer_DetachedGroupPanel()
-
setDetachedGroupPanel
void setDetachedGroupPanel(DetachedGroupPanel value)
Sets the value of the 'Detached Group Panel' containment reference.- Parameters:
value- the new value of the 'Detached Group Panel' containment reference.- See Also:
getDetachedGroupPanel()
-
getItemByCommandIdMap
org.eclipse.emf.common.util.EMap<Long,CommandItem> getItemByCommandIdMap()
Returns the value of the 'Item By Command Id Map' map. The key is of typeLong, and the value is of typeCommandItem,- Returns:
- the value of the 'Item By Command Id Map' map.
- See Also:
CmiDerivedDataPackage.getAbstractCommandContainer_ItemByCommandIdMap()
-
getItemGroupByGroupIdMap
org.eclipse.emf.common.util.EMap<Long,CustomCommandItemGroup> getItemGroupByGroupIdMap()
Returns the value of the 'Item Group By Group Id Map' map. The key is of typeLong, and the value is of typeCustomCommandItemGroup,- Returns:
- the value of the 'Item Group By Group Id Map' map.
- See Also:
CmiDerivedDataPackage.getAbstractCommandContainer_ItemGroupByGroupIdMap()
-
getCommands
org.eclipse.emf.common.util.EList<Command> getCommands()
Returns the value of the 'Commands' reference list. The list contents are of typeCommand.- Returns:
- the value of the 'Commands' reference list.
- See Also:
CmiDerivedDataPackage.getAbstractCommandContainer_Commands()
-
-