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
public interface CommandInterface extends AbstractCommandInterface
A representation of the model object 'Command Interface'.The following features are supported:
- See Also:
CmiPackage.getCommandInterface()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CommandsOrdergetCommandsOrder()Returns the value of the 'Commands Order' containment reference.CommandsPlacementgetCommandsPlacement()Returns the value of the 'Commands Placement' containment reference.CommandsVisibilitygetCommandsVisibility()Returns the value of the 'Commands Visibility' containment reference.SubsystemsOrdergetSubsystemsOrder()Returns the value of the 'Subsystems Order' containment reference.SubsystemsVisibilitygetSubsystemsVisibility()Returns the value of the 'Subsystems Visibility' containment reference.voidsetCommandsOrder(CommandsOrder value)Sets the value of the 'Commands Order' containment reference.voidsetCommandsPlacement(CommandsPlacement value)Sets the value of the 'Commands Placement' containment reference.voidsetCommandsVisibility(CommandsVisibility value)Sets the value of the 'Commands Visibility' containment reference.voidsetSubsystemsOrder(SubsystemsOrder value)Sets the value of the 'Subsystems Order' containment reference.voidsetSubsystemsVisibility(SubsystemsVisibility value)Sets the value of the 'Subsystems Visibility' containment reference.booleanvalidate(org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-
-
-
Method Detail
-
getCommandsVisibility
CommandsVisibility getCommandsVisibility()
Returns the value of the 'Commands Visibility' containment reference.- Returns:
- the value of the 'Commands Visibility' containment reference.
- See Also:
setCommandsVisibility(CommandsVisibility),CmiPackage.getCommandInterface_CommandsVisibility()
-
setCommandsVisibility
void setCommandsVisibility(CommandsVisibility value)
Sets the value of the 'Commands Visibility' containment reference.- Parameters:
value- the new value of the 'Commands Visibility' containment reference.- See Also:
getCommandsVisibility()
-
getSubsystemsVisibility
SubsystemsVisibility getSubsystemsVisibility()
Returns the value of the 'Subsystems Visibility' containment reference.- Returns:
- the value of the 'Subsystems Visibility' containment reference.
- See Also:
setSubsystemsVisibility(SubsystemsVisibility),CmiPackage.getCommandInterface_SubsystemsVisibility()
-
setSubsystemsVisibility
void setSubsystemsVisibility(SubsystemsVisibility value)
Sets the value of the 'Subsystems Visibility' containment reference.- Parameters:
value- the new value of the 'Subsystems Visibility' containment reference.- See Also:
getSubsystemsVisibility()
-
getCommandsPlacement
CommandsPlacement getCommandsPlacement()
Returns the value of the 'Commands Placement' containment reference.- Returns:
- the value of the 'Commands Placement' containment reference.
- See Also:
setCommandsPlacement(CommandsPlacement),CmiPackage.getCommandInterface_CommandsPlacement()
-
setCommandsPlacement
void setCommandsPlacement(CommandsPlacement value)
Sets the value of the 'Commands Placement' containment reference.- Parameters:
value- the new value of the 'Commands Placement' containment reference.- See Also:
getCommandsPlacement()
-
getCommandsOrder
CommandsOrder getCommandsOrder()
Returns the value of the 'Commands Order' containment reference.- Returns:
- the value of the 'Commands Order' containment reference.
- See Also:
setCommandsOrder(CommandsOrder),CmiPackage.getCommandInterface_CommandsOrder()
-
setCommandsOrder
void setCommandsOrder(CommandsOrder value)
Sets the value of the 'Commands Order' containment reference.- Parameters:
value- the new value of the 'Commands Order' containment reference.- See Also:
getCommandsOrder()
-
getSubsystemsOrder
SubsystemsOrder getSubsystemsOrder()
Returns the value of the 'Subsystems Order' containment reference.- Returns:
- the value of the 'Subsystems Order' containment reference.
- See Also:
setSubsystemsOrder(SubsystemsOrder),CmiPackage.getCommandInterface_SubsystemsOrder()
-
setSubsystemsOrder
void setSubsystemsOrder(SubsystemsOrder value)
Sets the value of the 'Subsystems Order' containment reference.- Parameters:
value- the new value of the 'Subsystems Order' containment reference.- See Also:
getSubsystemsOrder()
-
-