Interface CommandInterfaceRoot
- 
- All Superinterfaces:
- org.eclipse.emf.ecore.EObject,- IBmObject,- org.eclipse.emf.common.notify.Notifier
 - All Known Implementing Classes:
- CommandInterfaceRootImpl
 
 public interface CommandInterfaceRoot extends IBmObject A representation of the model object 'Command Interface Root'.The following features are supported: - Configuration Command Interface
- Main Section Command Interface
- All Subsystem Command Interfaces
- Top Level Subsystem Command Interfaces
- Form Command Interfaces
- Detached Command Container
- Detached Form Command Container
- Commands By Type
- Types By Command Id
- Unresolved Commands
- Unresolved Groups
- Unresolved Command Items
- Unresolved Command Item Groups
- Unresolved Subsystems
- Unresolved Configuration Command Interface Items
- Unresolved Subsystem Command Interface
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<SubsystemCommandInterface>getAllSubsystemCommandInterfaces()Returns the value of the 'All Subsystem Command Interfaces' containment reference list.org.eclipse.emf.common.util.EMap<String,org.eclipse.emf.common.util.EList<Command>>getCommandsByType()Returns the value of the 'Commands By Type' map.ConfigurationCommandInterfacegetConfigurationCommandInterface()Returns the value of the 'Configuration Command Interface' containment reference.CommandContainergetDetachedCommandContainer()Returns the value of the 'Detached Command Container' containment reference.FormCommandContainergetDetachedFormCommandContainer()Returns the value of the 'Detached Form Command Container' containment reference.org.eclipse.emf.common.util.EList<FormCommandInterface>getFormCommandInterfaces()Returns the value of the 'Form Command Interfaces' containment reference list.MainSectionCommandInterfacegetMainSectionCommandInterface()Returns the value of the 'Main Section Command Interface' containment reference.org.eclipse.emf.common.util.EList<SubsystemCommandInterface>getTopLevelSubsystemCommandInterfaces()Returns the value of the 'Top Level Subsystem Command Interfaces' reference list.org.eclipse.emf.common.util.EMap<Long,org.eclipse.emf.common.util.EList<String>>getTypesByCommandId()Returns the value of the 'Types By Command Id' map.org.eclipse.emf.common.util.EList<CommandItemGroup>getUnresolvedCommandItemGroups()Returns the value of the 'Unresolved Command Item Groups' containment reference list.org.eclipse.emf.common.util.EList<CommandItem>getUnresolvedCommandItems()Returns the value of the 'Unresolved Command Items' containment reference list.org.eclipse.emf.common.util.EMap<String,UnresolvedCommand>getUnresolvedCommands()Returns the value of the 'Unresolved Commands' map.org.eclipse.emf.common.util.EList<ConfigurationCommandInterfaceItem>getUnresolvedConfigurationCommandInterfaceItems()Returns the value of the 'Unresolved Configuration Command Interface Items' containment reference list.org.eclipse.emf.common.util.EMap<String,UnresolvedGroup>getUnresolvedGroups()Returns the value of the 'Unresolved Groups' map.org.eclipse.emf.common.util.EList<SubsystemCommandInterface>getUnresolvedSubsystemCommandInterface()Returns the value of the 'Unresolved Subsystem Command Interface' containment reference list.org.eclipse.emf.common.util.EMap<String,UnresolvedSubsystem>getUnresolvedSubsystems()Returns the value of the 'Unresolved Subsystems' map.voidsetConfigurationCommandInterface(ConfigurationCommandInterface value)Sets the value of the 'Configuration Command Interface' containment reference.voidsetDetachedCommandContainer(CommandContainer value)Sets the value of the 'Detached Command Container' containment reference.voidsetDetachedFormCommandContainer(FormCommandContainer value)Sets the value of the 'Detached Form Command Container' containment reference.voidsetMainSectionCommandInterface(MainSectionCommandInterface value)Sets the value of the 'Main Section Command Interface' containment reference.- 
Methods inherited from interface org.eclipse.emf.ecore.EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 - 
Methods inherited from interface com._1c.g5.v8.bm.core.IBmObjectbmGetEngine, bmGetFqn, bmGetId, bmGetNamespace, bmGetPlatformTransaction, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmMatchSingleReference, bmSetProperty
 
- 
 
- 
- 
- 
Method Detail- 
getConfigurationCommandInterfaceConfigurationCommandInterface getConfigurationCommandInterface() Returns the value of the 'Configuration Command Interface' containment reference.- Returns:
- the value of the 'Configuration Command Interface' containment reference.
- See Also:
- setConfigurationCommandInterface(ConfigurationCommandInterface),- CmiDerivedDataPackage.getCommandInterfaceRoot_ConfigurationCommandInterface()
 
 - 
setConfigurationCommandInterfacevoid setConfigurationCommandInterface(ConfigurationCommandInterface value) Sets the value of the 'Configuration Command Interface' containment reference.- Parameters:
- value- the new value of the 'Configuration Command Interface' containment reference.
- See Also:
- getConfigurationCommandInterface()
 
 - 
getMainSectionCommandInterfaceMainSectionCommandInterface getMainSectionCommandInterface() Returns the value of the 'Main Section Command Interface' containment reference.- Returns:
- the value of the 'Main Section Command Interface' containment reference.
- See Also:
- setMainSectionCommandInterface(MainSectionCommandInterface),- CmiDerivedDataPackage.getCommandInterfaceRoot_MainSectionCommandInterface()
 
 - 
setMainSectionCommandInterfacevoid setMainSectionCommandInterface(MainSectionCommandInterface value) Sets the value of the 'Main Section Command Interface' containment reference.- Parameters:
- value- the new value of the 'Main Section Command Interface' containment reference.
- See Also:
- getMainSectionCommandInterface()
 
 - 
getAllSubsystemCommandInterfacesorg.eclipse.emf.common.util.EList<SubsystemCommandInterface> getAllSubsystemCommandInterfaces() Returns the value of the 'All Subsystem Command Interfaces' containment reference list. The list contents are of typeSubsystemCommandInterface.- Returns:
- the value of the 'All Subsystem Command Interfaces' containment reference list.
- See Also:
- CmiDerivedDataPackage.getCommandInterfaceRoot_AllSubsystemCommandInterfaces()
 
 - 
getTopLevelSubsystemCommandInterfacesorg.eclipse.emf.common.util.EList<SubsystemCommandInterface> getTopLevelSubsystemCommandInterfaces() Returns the value of the 'Top Level Subsystem Command Interfaces' reference list. The list contents are of typeSubsystemCommandInterface.- Returns:
- the value of the 'Top Level Subsystem Command Interfaces' reference list.
- See Also:
- CmiDerivedDataPackage.getCommandInterfaceRoot_TopLevelSubsystemCommandInterfaces()
 
 - 
getFormCommandInterfacesorg.eclipse.emf.common.util.EList<FormCommandInterface> getFormCommandInterfaces() Returns the value of the 'Form Command Interfaces' containment reference list. The list contents are of typeFormCommandInterface.- Returns:
- the value of the 'Form Command Interfaces' containment reference list.
- See Also:
- CmiDerivedDataPackage.getCommandInterfaceRoot_FormCommandInterfaces()
 
 - 
getDetachedCommandContainerCommandContainer getDetachedCommandContainer() Returns the value of the 'Detached Command Container' containment reference.- Returns:
- the value of the 'Detached Command Container' containment reference.
- See Also:
- setDetachedCommandContainer(CommandContainer),- CmiDerivedDataPackage.getCommandInterfaceRoot_DetachedCommandContainer()
 
 - 
setDetachedCommandContainervoid setDetachedCommandContainer(CommandContainer value) Sets the value of the 'Detached Command Container' containment reference.- Parameters:
- value- the new value of the 'Detached Command Container' containment reference.
- See Also:
- getDetachedCommandContainer()
 
 - 
getDetachedFormCommandContainerFormCommandContainer getDetachedFormCommandContainer() Returns the value of the 'Detached Form Command Container' containment reference.- Returns:
- the value of the 'Detached Form Command Container' containment reference.
- See Also:
- setDetachedFormCommandContainer(FormCommandContainer),- CmiDerivedDataPackage.getCommandInterfaceRoot_DetachedFormCommandContainer()
 
 - 
setDetachedFormCommandContainervoid setDetachedFormCommandContainer(FormCommandContainer value) Sets the value of the 'Detached Form Command Container' containment reference.- Parameters:
- value- the new value of the 'Detached Form Command Container' containment reference.
- See Also:
- getDetachedFormCommandContainer()
 
 - 
getCommandsByTypeorg.eclipse.emf.common.util.EMap<String,org.eclipse.emf.common.util.EList<Command>> getCommandsByType() Returns the value of the 'Commands By Type' map. The key is of typeString, and the value is of type list ofCommand,- Returns:
- the value of the 'Commands By Type' map.
- See Also:
- CmiDerivedDataPackage.getCommandInterfaceRoot_CommandsByType()
 
 - 
getTypesByCommandIdorg.eclipse.emf.common.util.EMap<Long,org.eclipse.emf.common.util.EList<String>> getTypesByCommandId() Returns the value of the 'Types By Command Id' map. The key is of typeLong, and the value is of type list ofString,- Returns:
- the value of the 'Types By Command Id' map.
- See Also:
- CmiDerivedDataPackage.getCommandInterfaceRoot_TypesByCommandId()
 
 - 
getUnresolvedCommandsorg.eclipse.emf.common.util.EMap<String,UnresolvedCommand> getUnresolvedCommands() Returns the value of the 'Unresolved Commands' map. The key is of typeString, and the value is of typeUnresolvedCommand,- Returns:
- the value of the 'Unresolved Commands' map.
- See Also:
- CmiDerivedDataPackage.getCommandInterfaceRoot_UnresolvedCommands()
 
 - 
getUnresolvedGroupsorg.eclipse.emf.common.util.EMap<String,UnresolvedGroup> getUnresolvedGroups() Returns the value of the 'Unresolved Groups' map. The key is of typeString, and the value is of typeUnresolvedGroup,- Returns:
- the value of the 'Unresolved Groups' map.
- See Also:
- CmiDerivedDataPackage.getCommandInterfaceRoot_UnresolvedGroups()
 
 - 
getUnresolvedCommandItemsorg.eclipse.emf.common.util.EList<CommandItem> getUnresolvedCommandItems() Returns the value of the 'Unresolved Command Items' containment reference list. The list contents are of typeCommandItem.- Returns:
- the value of the 'Unresolved Command Items' containment reference list.
- See Also:
- CmiDerivedDataPackage.getCommandInterfaceRoot_UnresolvedCommandItems()
 
 - 
getUnresolvedCommandItemGroupsorg.eclipse.emf.common.util.EList<CommandItemGroup> getUnresolvedCommandItemGroups() Returns the value of the 'Unresolved Command Item Groups' containment reference list. The list contents are of typeCommandItemGroup.- Returns:
- the value of the 'Unresolved Command Item Groups' containment reference list.
- See Also:
- CmiDerivedDataPackage.getCommandInterfaceRoot_UnresolvedCommandItemGroups()
 
 - 
getUnresolvedSubsystemsorg.eclipse.emf.common.util.EMap<String,UnresolvedSubsystem> getUnresolvedSubsystems() Returns the value of the 'Unresolved Subsystems' map. The key is of typeString, and the value is of typeUnresolvedSubsystem,- Returns:
- the value of the 'Unresolved Subsystems' map.
- See Also:
- CmiDerivedDataPackage.getCommandInterfaceRoot_UnresolvedSubsystems()
 
 - 
getUnresolvedConfigurationCommandInterfaceItemsorg.eclipse.emf.common.util.EList<ConfigurationCommandInterfaceItem> getUnresolvedConfigurationCommandInterfaceItems() Returns the value of the 'Unresolved Configuration Command Interface Items' containment reference list. The list contents are of typeConfigurationCommandInterfaceItem.- Returns:
- the value of the 'Unresolved Configuration Command Interface Items' containment reference list.
- See Also:
- CmiDerivedDataPackage.getCommandInterfaceRoot_UnresolvedConfigurationCommandInterfaceItems()
 
 - 
getUnresolvedSubsystemCommandInterfaceorg.eclipse.emf.common.util.EList<SubsystemCommandInterface> getUnresolvedSubsystemCommandInterface() Returns the value of the 'Unresolved Subsystem Command Interface' containment reference list. The list contents are of typeSubsystemCommandInterface.- Returns:
- the value of the 'Unresolved Subsystem Command Interface' containment reference list.
- See Also:
- CmiDerivedDataPackage.getCommandInterfaceRoot_UnresolvedSubsystemCommandInterface()
 
 
- 
 
-