Package com._1c.g5.v8.dt.cmi.model
Interface CommandInterface
- All Superinterfaces:
AbstractCommandInterface
,org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
CommandInterfaceImpl
A representation of the model object 'Command Interface'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Commands Order' containment reference.Returns the value of the 'Commands Placement' containment reference.Returns the value of the 'Commands Visibility' containment reference.Returns the value of the 'Subsystems Order' containment reference.Returns the value of the 'Subsystems Visibility' containment reference.void
setCommandsOrder
(CommandsOrder value) Sets the value of the 'Commands Order
' containment reference.void
Sets the value of the 'Commands Placement
' containment reference.void
Sets the value of the 'Commands Visibility
' containment reference.void
Sets the value of the 'Subsystems Order
' containment reference.void
Sets the value of the 'Subsystems Visibility
' containment reference.boolean
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 org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getCommandsVisibility
CommandsVisibility getCommandsVisibility()Returns the value of the 'Commands Visibility' containment reference.- Returns:
- the value of the 'Commands Visibility' containment reference.
- See Also:
-
setCommandsVisibility
Sets the value of the 'Commands Visibility
' containment reference.- Parameters:
value
- the new value of the 'Commands Visibility' containment reference.- See Also:
-
getSubsystemsVisibility
SubsystemsVisibility getSubsystemsVisibility()Returns the value of the 'Subsystems Visibility' containment reference.- Returns:
- the value of the 'Subsystems Visibility' containment reference.
- See Also:
-
setSubsystemsVisibility
Sets the value of the 'Subsystems Visibility
' containment reference.- Parameters:
value
- the new value of the 'Subsystems Visibility' containment reference.- See Also:
-
getCommandsPlacement
CommandsPlacement getCommandsPlacement()Returns the value of the 'Commands Placement' containment reference.- Returns:
- the value of the 'Commands Placement' containment reference.
- See Also:
-
setCommandsPlacement
Sets the value of the 'Commands Placement
' containment reference.- Parameters:
value
- the new value of the 'Commands Placement' containment reference.- See Also:
-
getCommandsOrder
CommandsOrder getCommandsOrder()Returns the value of the 'Commands Order' containment reference.- Returns:
- the value of the 'Commands Order' containment reference.
- See Also:
-
setCommandsOrder
Sets the value of the 'Commands Order
' containment reference.- Parameters:
value
- the new value of the 'Commands Order' containment reference.- See Also:
-
getSubsystemsOrder
SubsystemsOrder getSubsystemsOrder()Returns the value of the 'Subsystems Order' containment reference.- Returns:
- the value of the 'Subsystems Order' containment reference.
- See Also:
-
setSubsystemsOrder
Sets the value of the 'Subsystems Order
' containment reference.- Parameters:
value
- the new value of the 'Subsystems Order' containment reference.- See Also:
-
validate
boolean validate(org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context)
-