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 SummaryAll 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.AbstractCommandContainergetCommands, getDetachedGroupPanel, getItemByCommandIdMap, getItemGroupByGroupIdMap, setDetachedGroupPanel
 - 
Methods inherited from interface com._1c.g5.v8.dt.cmi.model.deriveddata.CommandContainergetActionPanel, getNavigationPanel, getUnresolvedCommandsGroup, setActionPanel, setNavigationPanel, setUnresolvedCommandsGroup
 - 
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- 
getSubsystemSubsystem getSubsystem() Returns the value of the 'Subsystem' reference.- Returns:
- the value of the 'Subsystem' reference.
- See Also:
- setSubsystem(Subsystem),- CmiDerivedDataPackage.getSubsystemCommandInterface_Subsystem()
 
 - 
setSubsystemvoid setSubsystem(Subsystem value) Sets the value of the 'Subsystem' reference.- Parameters:
- value- the new value of the 'Subsystem' reference.
- See Also:
- getSubsystem()
 
 - 
isSubordinateCommandInterfacesOrderCustomizedboolean 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()
 
 - 
setSubordinateCommandInterfacesOrderCustomizedvoid 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()
 
 - 
getParentCommandInterfaceSubsystemCommandInterface 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()
 
 - 
setParentCommandInterfacevoid 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()
 
 - 
getSubordinateCommandInterfacesorg.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()
 
 - 
getCommandSourcesorg.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()
 
 
- 
 
-