Interface SubsystemCommandInterface
- All Superinterfaces:
AbstractCommandContainer,CommandContainer,org.eclipse.emf.ecore.EObject,IBmObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
SubsystemCommandInterfaceImpl
A representation of the model object 'Subsystem Command Interface'.
The following features are supported:
-
Field Summary
Fields inherited from interface com._1c.g5.v8.bm.core.IBmObject
BM_NULL_ID -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<MdObject>Returns the value of the 'Command Sources' reference list.Returns the value of the 'Parent Command Interface' reference.org.eclipse.emf.common.util.EList<SubsystemCommandInterface>Returns the value of the 'Subordinate Command Interfaces' reference list.Returns the value of the 'Subsystem' reference.booleanReturns the value of the 'Subordinate Command Interfaces Order Customized' attribute.voidSets the value of the 'Parent Command Interface' reference.voidsetSubordinateCommandInterfacesOrderCustomized(boolean value) Sets the value of the 'Subordinate Command Interfaces Order Customized' attribute.voidsetSubsystem(Subsystem value) Sets the value of the 'Subsystem' reference.Methods inherited from interface com._1c.g5.v8.dt.cmi.model.deriveddata.AbstractCommandContainer
getCommands, getDetachedGroupPanel, getItemByCommandIdMap, getItemGroupByGroupIdMap, setDetachedGroupPanelMethods inherited from interface com._1c.g5.v8.dt.cmi.model.deriveddata.CommandContainer
getActionPanel, getNavigationPanel, getUnresolvedCommandsGroup, setActionPanel, setNavigationPanel, setUnresolvedCommandsGroupMethods 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 com._1c.g5.v8.bm.core.IBmObject
bmGetEngine, bmGetFqn, bmGetId, bmGetNamespace, bmGetPlatformTransaction, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmMatchSingleReference, bmSetPropertyMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getSubsystem
Subsystem getSubsystem()Returns the value of the 'Subsystem' reference.- Returns:
- the value of the 'Subsystem' reference.
- See Also:
-
setSubsystem
Sets the value of the 'Subsystem' reference.- Parameters:
value- the new value of the 'Subsystem' reference.- See Also:
-
isSubordinateCommandInterfacesOrderCustomized
boolean isSubordinateCommandInterfacesOrderCustomized()Returns the value of the 'Subordinate Command Interfaces Order Customized' attribute.- Returns:
- the value of the 'Subordinate Command Interfaces Order Customized' attribute.
- See Also:
-
setSubordinateCommandInterfacesOrderCustomized
void setSubordinateCommandInterfacesOrderCustomized(boolean value) Sets the value of the 'Subordinate Command Interfaces Order Customized' attribute.- Parameters:
value- the new value of the 'Subordinate Command Interfaces Order Customized' attribute.- See Also:
-
getParentCommandInterface
SubsystemCommandInterface getParentCommandInterface()Returns the value of the 'Parent Command Interface' reference.- Returns:
- the value of the 'Parent Command Interface' reference.
- See Also:
-
setParentCommandInterface
Sets the value of the 'Parent Command Interface' reference.- Parameters:
value- the new value of the 'Parent Command Interface' reference.- See Also:
-
getSubordinateCommandInterfaces
org.eclipse.emf.common.util.EList<SubsystemCommandInterface> getSubordinateCommandInterfaces()Returns the value of the 'Subordinate Command Interfaces' reference list. The list contents are of typeSubsystemCommandInterface.- Returns:
- the value of the 'Subordinate Command Interfaces' reference list.
- See Also:
-
getCommandSources
org.eclipse.emf.common.util.EList<MdObject> getCommandSources()Returns the value of the 'Command Sources' reference list. The list contents are of typeMdObject.- Returns:
- the value of the 'Command Sources' reference list.
- See Also:
-