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 Summary
All 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.ConfigurationCommandInterface
getConfigurationCommandInterface()
Returns the value of the 'Configuration Command Interface' containment reference.CommandContainer
getDetachedCommandContainer()
Returns the value of the 'Detached Command Container' containment reference.FormCommandContainer
getDetachedFormCommandContainer()
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.MainSectionCommandInterface
getMainSectionCommandInterface()
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.void
setConfigurationCommandInterface(ConfigurationCommandInterface value)
Sets the value of the 'Configuration Command Interface
' containment reference.void
setDetachedCommandContainer(CommandContainer value)
Sets the value of the 'Detached Command Container
' containment reference.void
setDetachedFormCommandContainer(FormCommandContainer value)
Sets the value of the 'Detached Form Command Container
' containment reference.void
setMainSectionCommandInterface(MainSectionCommandInterface value)
Sets the value of the 'Main Section Command Interface
' 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, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmListBinaryData, bmReadBinaryData, bmRemoveBinaryData, bmSetProperty, bmWriteBinaryData
-
-
-
-
Method Detail
-
getConfigurationCommandInterface
ConfigurationCommandInterface 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()
-
setConfigurationCommandInterface
void 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()
-
getMainSectionCommandInterface
MainSectionCommandInterface 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()
-
setMainSectionCommandInterface
void 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()
-
getAllSubsystemCommandInterfaces
org.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()
-
getTopLevelSubsystemCommandInterfaces
org.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()
-
getFormCommandInterfaces
org.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()
-
getDetachedCommandContainer
CommandContainer 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()
-
setDetachedCommandContainer
void 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()
-
getDetachedFormCommandContainer
FormCommandContainer 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()
-
setDetachedFormCommandContainer
void 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()
-
getCommandsByType
org.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()
-
getTypesByCommandId
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. 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()
-
getUnresolvedCommands
org.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()
-
getUnresolvedGroups
org.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()
-
getUnresolvedCommandItems
org.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()
-
getUnresolvedCommandItemGroups
org.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()
-
getUnresolvedSubsystems
org.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()
-
getUnresolvedConfigurationCommandInterfaceItems
org.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()
-
getUnresolvedSubsystemCommandInterface
org.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()
-
-