Interface SubsystemCommandInterface
-
- All Superinterfaces:
AbstractCommandContainer,CommandContainer,org.eclipse.emf.ecore.EObject,IBmObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
SubsystemCommandInterfaceImpl
public interface SubsystemCommandInterface extends CommandContainer
A representation of the model object 'Subsystem Command Interface'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<MdObject>getCommandSources()Returns the value of the 'Command Sources' reference list.SubsystemCommandInterfacegetParentCommandInterface()Returns the value of the 'Parent Command Interface' reference.org.eclipse.emf.common.util.EList<SubsystemCommandInterface>getSubordinateCommandInterfaces()Returns the value of the 'Subordinate Command Interfaces' reference list.SubsystemgetSubsystem()Returns the value of the 'Subsystem' reference.booleanisSubordinateCommandInterfacesOrderCustomized()Returns the value of the 'Subordinate Command Interfaces Order Customized' attribute.voidsetParentCommandInterface(SubsystemCommandInterface value)Sets 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, setDetachedGroupPanel
-
Methods inherited from interface com._1c.g5.v8.dt.cmi.model.deriveddata.CommandContainer
getActionPanel, getNavigationPanel, getUnresolvedCommandsGroup, setActionPanel, setNavigationPanel, setUnresolvedCommandsGroup
-
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
-
getSubsystem
Subsystem getSubsystem()
Returns the value of the 'Subsystem' reference.- Returns:
- the value of the 'Subsystem' reference.
- See Also:
setSubsystem(Subsystem),CmiDerivedDataPackage.getSubsystemCommandInterface_Subsystem()
-
setSubsystem
void setSubsystem(Subsystem value)
Sets the value of the 'Subsystem' reference.- Parameters:
value- the new value of the 'Subsystem' reference.- See Also:
getSubsystem()
-
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(boolean),CmiDerivedDataPackage.getSubsystemCommandInterface_SubordinateCommandInterfacesOrderCustomized()
-
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:
isSubordinateCommandInterfacesOrderCustomized()
-
getParentCommandInterface
SubsystemCommandInterface getParentCommandInterface()
Returns the value of the 'Parent Command Interface' reference.- Returns:
- the value of the 'Parent Command Interface' reference.
- See Also:
setParentCommandInterface(SubsystemCommandInterface),CmiDerivedDataPackage.getSubsystemCommandInterface_ParentCommandInterface()
-
setParentCommandInterface
void setParentCommandInterface(SubsystemCommandInterface value)
Sets the value of the 'Parent Command Interface' reference.- Parameters:
value- the new value of the 'Parent Command Interface' reference.- See Also:
getParentCommandInterface()
-
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:
CmiDerivedDataPackage.getSubsystemCommandInterface_SubordinateCommandInterfaces()
-
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:
CmiDerivedDataPackage.getSubsystemCommandInterface_CommandSources()
-
-