Package com._1c.g5.v8.dt.cmi.model
Interface CmiPackage
-
- All Superinterfaces:
org.eclipse.emf.ecore.EModelElement
,org.eclipse.emf.ecore.ENamedElement
,org.eclipse.emf.ecore.EObject
,org.eclipse.emf.ecore.EPackage
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
CmiPackageImpl
public interface CmiPackage extends org.eclipse.emf.ecore.EPackage
The Package for the model. It contains accessors for the meta objects to represent- each class,
- each feature of each class,
- each operation of each class,
- each enum,
- and each data type
- See Also:
CmiFactory
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
CmiPackage.Literals
Defines literals for the meta objects that represent each class, each feature of each class, each operation of each class, each enum, and each data type
-
Field Summary
Fields Modifier and Type Field Description static int
COMMAND_INTERFACE
The meta object id for the 'Command Interface
' class.static int
COMMAND_INTERFACE___VALIDATE__DIAGNOSTICCHAIN_MAP
The operation id for the 'Validate' operation.static int
COMMAND_INTERFACE__COMMANDS_ORDER
The feature id for the 'Commands Order' containment reference.static int
COMMAND_INTERFACE__COMMANDS_PLACEMENT
The feature id for the 'Commands Placement' containment reference.static int
COMMAND_INTERFACE__COMMANDS_VISIBILITY
The feature id for the 'Commands Visibility' containment reference.static int
COMMAND_INTERFACE__SUBSYSTEMS_ORDER
The feature id for the 'Subsystems Order' containment reference.static int
COMMAND_INTERFACE__SUBSYSTEMS_VISIBILITY
The feature id for the 'Subsystems Visibility' containment reference.static int
COMMAND_INTERFACE_FEATURE_COUNT
The number of structural features of the 'Command Interface' class.static int
COMMAND_INTERFACE_OPERATION_COUNT
The number of operations of the 'Command Interface' class.static int
COMMANDS_ORDER
The meta object id for the 'Commands Order
' class.static int
COMMANDS_ORDER__ORDER_FRAGMENTS
The feature id for the 'Order Fragments' containment reference list.static int
COMMANDS_ORDER_FEATURE_COUNT
The number of structural features of the 'Commands Order' class.static int
COMMANDS_ORDER_FRAGMENT
The meta object id for the 'Commands Order Fragment
' class.static int
COMMANDS_ORDER_FRAGMENT__COMMANDS
The feature id for the 'Commands' reference list.static int
COMMANDS_ORDER_FRAGMENT__GROUP
The feature id for the 'Group' reference.static int
COMMANDS_ORDER_FRAGMENT_FEATURE_COUNT
The number of structural features of the 'Commands Order Fragment' class.static int
COMMANDS_ORDER_FRAGMENT_OPERATION_COUNT
The number of operations of the 'Commands Order Fragment' class.static int
COMMANDS_ORDER_OPERATION_COUNT
The number of operations of the 'Commands Order' class.static int
COMMANDS_PLACEMENT
The meta object id for the 'Commands Placement
' class.static int
COMMANDS_PLACEMENT__PLACEMENT_FRAGMENTS
The feature id for the 'Placement Fragments' containment reference list.static int
COMMANDS_PLACEMENT_FEATURE_COUNT
The number of structural features of the 'Commands Placement' class.static int
COMMANDS_PLACEMENT_FRAGMENT
The meta object id for the 'Commands Placement Fragment
' class.static int
COMMANDS_PLACEMENT_FRAGMENT__COMMANDS
The feature id for the 'Commands' reference list.static int
COMMANDS_PLACEMENT_FRAGMENT__GROUP
The feature id for the 'Group' reference.static int
COMMANDS_PLACEMENT_FRAGMENT_FEATURE_COUNT
The number of structural features of the 'Commands Placement Fragment' class.static int
COMMANDS_PLACEMENT_FRAGMENT_OPERATION_COUNT
The number of operations of the 'Commands Placement Fragment' class.static int
COMMANDS_PLACEMENT_OPERATION_COUNT
The number of operations of the 'Commands Placement' class.static int
COMMANDS_VISIBILITY
The meta object id for the 'Commands Visibility
' class.static int
COMMANDS_VISIBILITY__VISIBILITY_FRAGMENTS
The feature id for the 'Visibility Fragments' containment reference list.static int
COMMANDS_VISIBILITY_FEATURE_COUNT
The number of structural features of the 'Commands Visibility' class.static int
COMMANDS_VISIBILITY_FRAGMENT
The meta object id for the 'Commands Visibility Fragment
' class.static int
COMMANDS_VISIBILITY_FRAGMENT__COMMAND
The feature id for the 'Command' reference.static int
COMMANDS_VISIBILITY_FRAGMENT__VISIBLE
The feature id for the 'Visible' containment reference.static int
COMMANDS_VISIBILITY_FRAGMENT_FEATURE_COUNT
The number of structural features of the 'Commands Visibility Fragment' class.static int
COMMANDS_VISIBILITY_FRAGMENT_OPERATION_COUNT
The number of operations of the 'Commands Visibility Fragment' class.static int
COMMANDS_VISIBILITY_OPERATION_COUNT
The number of operations of the 'Commands Visibility' class.static CmiPackage
eINSTANCE
The singleton instance of the package.static String
eNAME
The package name.static String
eNS_PREFIX
The package namespace name.static String
eNS_URI
The package namespace URI.static int
SUBSYSTEMS_ORDER
The meta object id for the 'Subsystems Order
' class.static int
SUBSYSTEMS_ORDER__SUBSYSTEMS
The feature id for the 'Subsystems' reference list.static int
SUBSYSTEMS_ORDER_FEATURE_COUNT
The number of structural features of the 'Subsystems Order' class.static int
SUBSYSTEMS_ORDER_OPERATION_COUNT
The number of operations of the 'Subsystems Order' class.static int
SUBSYSTEMS_VISIBILITY
The meta object id for the 'Subsystems Visibility
' class.static int
SUBSYSTEMS_VISIBILITY__VISIBILITY_FRAGMENTS
The feature id for the 'Visibility Fragments' containment reference list.static int
SUBSYSTEMS_VISIBILITY_FEATURE_COUNT
The number of structural features of the 'Subsystems Visibility' class.static int
SUBSYSTEMS_VISIBILITY_FRAGMENT
The meta object id for the 'Subsystems Visibility Fragment
' class.static int
SUBSYSTEMS_VISIBILITY_FRAGMENT__SUBSYSTEM
The feature id for the 'Subsystem' reference.static int
SUBSYSTEMS_VISIBILITY_FRAGMENT__VISIBLE
The feature id for the 'Visible' containment reference.static int
SUBSYSTEMS_VISIBILITY_FRAGMENT_FEATURE_COUNT
The number of structural features of the 'Subsystems Visibility Fragment' class.static int
SUBSYSTEMS_VISIBILITY_FRAGMENT_OPERATION_COUNT
The number of operations of the 'Subsystems Visibility Fragment' class.static int
SUBSYSTEMS_VISIBILITY_OPERATION_COUNT
The number of operations of the 'Subsystems Visibility' class.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CmiFactory
getCmiFactory()
Returns the factory that creates the instances of the model.org.eclipse.emf.ecore.EClass
getCommandInterface()
Returns the meta object for class 'Command Interface
'.org.eclipse.emf.ecore.EOperation
getCommandInterface__Validate__DiagnosticChain_Map()
Returns the meta object for the 'Validate
' operation.org.eclipse.emf.ecore.EReference
getCommandInterface_CommandsOrder()
Returns the meta object for the containment reference 'Commands Order
'.org.eclipse.emf.ecore.EReference
getCommandInterface_CommandsPlacement()
Returns the meta object for the containment reference 'Commands Placement
'.org.eclipse.emf.ecore.EReference
getCommandInterface_CommandsVisibility()
Returns the meta object for the containment reference 'Commands Visibility
'.org.eclipse.emf.ecore.EReference
getCommandInterface_SubsystemsOrder()
Returns the meta object for the containment reference 'Subsystems Order
'.org.eclipse.emf.ecore.EReference
getCommandInterface_SubsystemsVisibility()
Returns the meta object for the containment reference 'Subsystems Visibility
'.org.eclipse.emf.ecore.EClass
getCommandsOrder()
Returns the meta object for class 'Commands Order
'.org.eclipse.emf.ecore.EReference
getCommandsOrder_OrderFragments()
Returns the meta object for the containment reference list 'Order Fragments
'.org.eclipse.emf.ecore.EClass
getCommandsOrderFragment()
Returns the meta object for class 'Commands Order Fragment
'.org.eclipse.emf.ecore.EReference
getCommandsOrderFragment_Commands()
Returns the meta object for the reference list 'Commands
'.org.eclipse.emf.ecore.EReference
getCommandsOrderFragment_Group()
Returns the meta object for the reference 'Group
'.org.eclipse.emf.ecore.EClass
getCommandsPlacement()
Returns the meta object for class 'Commands Placement
'.org.eclipse.emf.ecore.EReference
getCommandsPlacement_PlacementFragments()
Returns the meta object for the containment reference list 'Placement Fragments
'.org.eclipse.emf.ecore.EClass
getCommandsPlacementFragment()
Returns the meta object for class 'Commands Placement Fragment
'.org.eclipse.emf.ecore.EReference
getCommandsPlacementFragment_Commands()
Returns the meta object for the reference list 'Commands
'.org.eclipse.emf.ecore.EReference
getCommandsPlacementFragment_Group()
Returns the meta object for the reference 'Group
'.org.eclipse.emf.ecore.EClass
getCommandsVisibility()
Returns the meta object for class 'Commands Visibility
'.org.eclipse.emf.ecore.EReference
getCommandsVisibility_VisibilityFragments()
Returns the meta object for the containment reference list 'Visibility Fragments
'.org.eclipse.emf.ecore.EClass
getCommandsVisibilityFragment()
Returns the meta object for class 'Commands Visibility Fragment
'.org.eclipse.emf.ecore.EReference
getCommandsVisibilityFragment_Command()
Returns the meta object for the reference 'Command
'.org.eclipse.emf.ecore.EReference
getCommandsVisibilityFragment_Visible()
Returns the meta object for the containment reference 'Visible
'.org.eclipse.emf.ecore.EClass
getSubsystemsOrder()
Returns the meta object for class 'Subsystems Order
'.org.eclipse.emf.ecore.EReference
getSubsystemsOrder_Subsystems()
Returns the meta object for the reference list 'Subsystems
'.org.eclipse.emf.ecore.EClass
getSubsystemsVisibility()
Returns the meta object for class 'Subsystems Visibility
'.org.eclipse.emf.ecore.EReference
getSubsystemsVisibility_VisibilityFragments()
Returns the meta object for the containment reference list 'Visibility Fragments
'.org.eclipse.emf.ecore.EClass
getSubsystemsVisibilityFragment()
Returns the meta object for class 'Subsystems Visibility Fragment
'.org.eclipse.emf.ecore.EReference
getSubsystemsVisibilityFragment_Subsystem()
Returns the meta object for the reference 'Subsystem
'.org.eclipse.emf.ecore.EReference
getSubsystemsVisibilityFragment_Visible()
Returns the meta object for the containment reference 'Visible
'.-
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
-
-
-
Field Detail
-
eNAME
static final String eNAME
The package name.- See Also:
- Constant Field Values
-
eNS_URI
static final String eNS_URI
The package namespace URI.- See Also:
- Constant Field Values
-
eNS_PREFIX
static final String eNS_PREFIX
The package namespace name.- See Also:
- Constant Field Values
-
eINSTANCE
static final CmiPackage eINSTANCE
The singleton instance of the package.
-
COMMAND_INTERFACE
static final int COMMAND_INTERFACE
The meta object id for the 'Command Interface
' class.
-
COMMAND_INTERFACE__COMMANDS_VISIBILITY
static final int COMMAND_INTERFACE__COMMANDS_VISIBILITY
The feature id for the 'Commands Visibility' containment reference.- See Also:
- Constant Field Values
-
COMMAND_INTERFACE__SUBSYSTEMS_VISIBILITY
static final int COMMAND_INTERFACE__SUBSYSTEMS_VISIBILITY
The feature id for the 'Subsystems Visibility' containment reference.- See Also:
- Constant Field Values
-
COMMAND_INTERFACE__COMMANDS_PLACEMENT
static final int COMMAND_INTERFACE__COMMANDS_PLACEMENT
The feature id for the 'Commands Placement' containment reference.- See Also:
- Constant Field Values
-
COMMAND_INTERFACE__COMMANDS_ORDER
static final int COMMAND_INTERFACE__COMMANDS_ORDER
The feature id for the 'Commands Order' containment reference.- See Also:
- Constant Field Values
-
COMMAND_INTERFACE__SUBSYSTEMS_ORDER
static final int COMMAND_INTERFACE__SUBSYSTEMS_ORDER
The feature id for the 'Subsystems Order' containment reference.- See Also:
- Constant Field Values
-
COMMAND_INTERFACE_FEATURE_COUNT
static final int COMMAND_INTERFACE_FEATURE_COUNT
The number of structural features of the 'Command Interface' class.- See Also:
- Constant Field Values
-
COMMAND_INTERFACE___VALIDATE__DIAGNOSTICCHAIN_MAP
static final int COMMAND_INTERFACE___VALIDATE__DIAGNOSTICCHAIN_MAP
The operation id for the 'Validate' operation.- See Also:
- Constant Field Values
-
COMMAND_INTERFACE_OPERATION_COUNT
static final int COMMAND_INTERFACE_OPERATION_COUNT
The number of operations of the 'Command Interface' class.- See Also:
- Constant Field Values
-
COMMANDS_VISIBILITY
static final int COMMANDS_VISIBILITY
The meta object id for the 'Commands Visibility
' class.
-
COMMANDS_VISIBILITY__VISIBILITY_FRAGMENTS
static final int COMMANDS_VISIBILITY__VISIBILITY_FRAGMENTS
The feature id for the 'Visibility Fragments' containment reference list.- See Also:
- Constant Field Values
-
COMMANDS_VISIBILITY_FEATURE_COUNT
static final int COMMANDS_VISIBILITY_FEATURE_COUNT
The number of structural features of the 'Commands Visibility' class.- See Also:
- Constant Field Values
-
COMMANDS_VISIBILITY_OPERATION_COUNT
static final int COMMANDS_VISIBILITY_OPERATION_COUNT
The number of operations of the 'Commands Visibility' class.- See Also:
- Constant Field Values
-
SUBSYSTEMS_VISIBILITY
static final int SUBSYSTEMS_VISIBILITY
The meta object id for the 'Subsystems Visibility
' class.
-
SUBSYSTEMS_VISIBILITY__VISIBILITY_FRAGMENTS
static final int SUBSYSTEMS_VISIBILITY__VISIBILITY_FRAGMENTS
The feature id for the 'Visibility Fragments' containment reference list.- See Also:
- Constant Field Values
-
SUBSYSTEMS_VISIBILITY_FEATURE_COUNT
static final int SUBSYSTEMS_VISIBILITY_FEATURE_COUNT
The number of structural features of the 'Subsystems Visibility' class.- See Also:
- Constant Field Values
-
SUBSYSTEMS_VISIBILITY_OPERATION_COUNT
static final int SUBSYSTEMS_VISIBILITY_OPERATION_COUNT
The number of operations of the 'Subsystems Visibility' class.- See Also:
- Constant Field Values
-
COMMANDS_VISIBILITY_FRAGMENT
static final int COMMANDS_VISIBILITY_FRAGMENT
The meta object id for the 'Commands Visibility Fragment
' class.
-
COMMANDS_VISIBILITY_FRAGMENT__COMMAND
static final int COMMANDS_VISIBILITY_FRAGMENT__COMMAND
The feature id for the 'Command' reference.- See Also:
- Constant Field Values
-
COMMANDS_VISIBILITY_FRAGMENT__VISIBLE
static final int COMMANDS_VISIBILITY_FRAGMENT__VISIBLE
The feature id for the 'Visible' containment reference.- See Also:
- Constant Field Values
-
COMMANDS_VISIBILITY_FRAGMENT_FEATURE_COUNT
static final int COMMANDS_VISIBILITY_FRAGMENT_FEATURE_COUNT
The number of structural features of the 'Commands Visibility Fragment' class.- See Also:
- Constant Field Values
-
COMMANDS_VISIBILITY_FRAGMENT_OPERATION_COUNT
static final int COMMANDS_VISIBILITY_FRAGMENT_OPERATION_COUNT
The number of operations of the 'Commands Visibility Fragment' class.- See Also:
- Constant Field Values
-
SUBSYSTEMS_VISIBILITY_FRAGMENT
static final int SUBSYSTEMS_VISIBILITY_FRAGMENT
The meta object id for the 'Subsystems Visibility Fragment
' class.
-
SUBSYSTEMS_VISIBILITY_FRAGMENT__SUBSYSTEM
static final int SUBSYSTEMS_VISIBILITY_FRAGMENT__SUBSYSTEM
The feature id for the 'Subsystem' reference.- See Also:
- Constant Field Values
-
SUBSYSTEMS_VISIBILITY_FRAGMENT__VISIBLE
static final int SUBSYSTEMS_VISIBILITY_FRAGMENT__VISIBLE
The feature id for the 'Visible' containment reference.- See Also:
- Constant Field Values
-
SUBSYSTEMS_VISIBILITY_FRAGMENT_FEATURE_COUNT
static final int SUBSYSTEMS_VISIBILITY_FRAGMENT_FEATURE_COUNT
The number of structural features of the 'Subsystems Visibility Fragment' class.- See Also:
- Constant Field Values
-
SUBSYSTEMS_VISIBILITY_FRAGMENT_OPERATION_COUNT
static final int SUBSYSTEMS_VISIBILITY_FRAGMENT_OPERATION_COUNT
The number of operations of the 'Subsystems Visibility Fragment' class.- See Also:
- Constant Field Values
-
COMMANDS_PLACEMENT
static final int COMMANDS_PLACEMENT
The meta object id for the 'Commands Placement
' class.
-
COMMANDS_PLACEMENT__PLACEMENT_FRAGMENTS
static final int COMMANDS_PLACEMENT__PLACEMENT_FRAGMENTS
The feature id for the 'Placement Fragments' containment reference list.- See Also:
- Constant Field Values
-
COMMANDS_PLACEMENT_FEATURE_COUNT
static final int COMMANDS_PLACEMENT_FEATURE_COUNT
The number of structural features of the 'Commands Placement' class.- See Also:
- Constant Field Values
-
COMMANDS_PLACEMENT_OPERATION_COUNT
static final int COMMANDS_PLACEMENT_OPERATION_COUNT
The number of operations of the 'Commands Placement' class.- See Also:
- Constant Field Values
-
COMMANDS_PLACEMENT_FRAGMENT
static final int COMMANDS_PLACEMENT_FRAGMENT
The meta object id for the 'Commands Placement Fragment
' class.
-
COMMANDS_PLACEMENT_FRAGMENT__GROUP
static final int COMMANDS_PLACEMENT_FRAGMENT__GROUP
The feature id for the 'Group' reference.- See Also:
- Constant Field Values
-
COMMANDS_PLACEMENT_FRAGMENT__COMMANDS
static final int COMMANDS_PLACEMENT_FRAGMENT__COMMANDS
The feature id for the 'Commands' reference list.- See Also:
- Constant Field Values
-
COMMANDS_PLACEMENT_FRAGMENT_FEATURE_COUNT
static final int COMMANDS_PLACEMENT_FRAGMENT_FEATURE_COUNT
The number of structural features of the 'Commands Placement Fragment' class.- See Also:
- Constant Field Values
-
COMMANDS_PLACEMENT_FRAGMENT_OPERATION_COUNT
static final int COMMANDS_PLACEMENT_FRAGMENT_OPERATION_COUNT
The number of operations of the 'Commands Placement Fragment' class.- See Also:
- Constant Field Values
-
COMMANDS_ORDER
static final int COMMANDS_ORDER
The meta object id for the 'Commands Order
' class.
-
COMMANDS_ORDER__ORDER_FRAGMENTS
static final int COMMANDS_ORDER__ORDER_FRAGMENTS
The feature id for the 'Order Fragments' containment reference list.- See Also:
- Constant Field Values
-
COMMANDS_ORDER_FEATURE_COUNT
static final int COMMANDS_ORDER_FEATURE_COUNT
The number of structural features of the 'Commands Order' class.- See Also:
- Constant Field Values
-
COMMANDS_ORDER_OPERATION_COUNT
static final int COMMANDS_ORDER_OPERATION_COUNT
The number of operations of the 'Commands Order' class.- See Also:
- Constant Field Values
-
SUBSYSTEMS_ORDER
static final int SUBSYSTEMS_ORDER
The meta object id for the 'Subsystems Order
' class.
-
SUBSYSTEMS_ORDER__SUBSYSTEMS
static final int SUBSYSTEMS_ORDER__SUBSYSTEMS
The feature id for the 'Subsystems' reference list.- See Also:
- Constant Field Values
-
SUBSYSTEMS_ORDER_FEATURE_COUNT
static final int SUBSYSTEMS_ORDER_FEATURE_COUNT
The number of structural features of the 'Subsystems Order' class.- See Also:
- Constant Field Values
-
SUBSYSTEMS_ORDER_OPERATION_COUNT
static final int SUBSYSTEMS_ORDER_OPERATION_COUNT
The number of operations of the 'Subsystems Order' class.- See Also:
- Constant Field Values
-
COMMANDS_ORDER_FRAGMENT
static final int COMMANDS_ORDER_FRAGMENT
The meta object id for the 'Commands Order Fragment
' class.
-
COMMANDS_ORDER_FRAGMENT__GROUP
static final int COMMANDS_ORDER_FRAGMENT__GROUP
The feature id for the 'Group' reference.- See Also:
- Constant Field Values
-
COMMANDS_ORDER_FRAGMENT__COMMANDS
static final int COMMANDS_ORDER_FRAGMENT__COMMANDS
The feature id for the 'Commands' reference list.- See Also:
- Constant Field Values
-
COMMANDS_ORDER_FRAGMENT_FEATURE_COUNT
static final int COMMANDS_ORDER_FRAGMENT_FEATURE_COUNT
The number of structural features of the 'Commands Order Fragment' class.- See Also:
- Constant Field Values
-
COMMANDS_ORDER_FRAGMENT_OPERATION_COUNT
static final int COMMANDS_ORDER_FRAGMENT_OPERATION_COUNT
The number of operations of the 'Commands Order Fragment' class.- See Also:
- Constant Field Values
-
-
Method Detail
-
getCommandInterface
org.eclipse.emf.ecore.EClass getCommandInterface()
Returns the meta object for class 'Command Interface
'.- Returns:
- the meta object for class 'Command Interface'.
- See Also:
CommandInterface
-
getCommandInterface_CommandsVisibility
org.eclipse.emf.ecore.EReference getCommandInterface_CommandsVisibility()
Returns the meta object for the containment reference 'Commands Visibility
'.- Returns:
- the meta object for the containment reference 'Commands Visibility'.
- See Also:
CommandInterface.getCommandsVisibility()
,getCommandInterface()
-
getCommandInterface_SubsystemsVisibility
org.eclipse.emf.ecore.EReference getCommandInterface_SubsystemsVisibility()
Returns the meta object for the containment reference 'Subsystems Visibility
'.- Returns:
- the meta object for the containment reference 'Subsystems Visibility'.
- See Also:
CommandInterface.getSubsystemsVisibility()
,getCommandInterface()
-
getCommandInterface_CommandsPlacement
org.eclipse.emf.ecore.EReference getCommandInterface_CommandsPlacement()
Returns the meta object for the containment reference 'Commands Placement
'.- Returns:
- the meta object for the containment reference 'Commands Placement'.
- See Also:
CommandInterface.getCommandsPlacement()
,getCommandInterface()
-
getCommandInterface_CommandsOrder
org.eclipse.emf.ecore.EReference getCommandInterface_CommandsOrder()
Returns the meta object for the containment reference 'Commands Order
'.- Returns:
- the meta object for the containment reference 'Commands Order'.
- See Also:
CommandInterface.getCommandsOrder()
,getCommandInterface()
-
getCommandInterface_SubsystemsOrder
org.eclipse.emf.ecore.EReference getCommandInterface_SubsystemsOrder()
Returns the meta object for the containment reference 'Subsystems Order
'.- Returns:
- the meta object for the containment reference 'Subsystems Order'.
- See Also:
CommandInterface.getSubsystemsOrder()
,getCommandInterface()
-
getCommandInterface__Validate__DiagnosticChain_Map
org.eclipse.emf.ecore.EOperation getCommandInterface__Validate__DiagnosticChain_Map()
Returns the meta object for the 'Validate
' operation.- Returns:
- the meta object for the 'Validate' operation.
- See Also:
CommandInterface.validate(org.eclipse.emf.common.util.DiagnosticChain, java.util.Map)
-
getCommandsVisibility
org.eclipse.emf.ecore.EClass getCommandsVisibility()
Returns the meta object for class 'Commands Visibility
'.- Returns:
- the meta object for class 'Commands Visibility'.
- See Also:
CommandsVisibility
-
getCommandsVisibility_VisibilityFragments
org.eclipse.emf.ecore.EReference getCommandsVisibility_VisibilityFragments()
Returns the meta object for the containment reference list 'Visibility Fragments
'.- Returns:
- the meta object for the containment reference list 'Visibility Fragments'.
- See Also:
CommandsVisibility.getVisibilityFragments()
,getCommandsVisibility()
-
getSubsystemsVisibility
org.eclipse.emf.ecore.EClass getSubsystemsVisibility()
Returns the meta object for class 'Subsystems Visibility
'.- Returns:
- the meta object for class 'Subsystems Visibility'.
- See Also:
SubsystemsVisibility
-
getSubsystemsVisibility_VisibilityFragments
org.eclipse.emf.ecore.EReference getSubsystemsVisibility_VisibilityFragments()
Returns the meta object for the containment reference list 'Visibility Fragments
'.- Returns:
- the meta object for the containment reference list 'Visibility Fragments'.
- See Also:
SubsystemsVisibility.getVisibilityFragments()
,getSubsystemsVisibility()
-
getCommandsVisibilityFragment
org.eclipse.emf.ecore.EClass getCommandsVisibilityFragment()
Returns the meta object for class 'Commands Visibility Fragment
'.- Returns:
- the meta object for class 'Commands Visibility Fragment'.
- See Also:
CommandsVisibilityFragment
-
getCommandsVisibilityFragment_Command
org.eclipse.emf.ecore.EReference getCommandsVisibilityFragment_Command()
Returns the meta object for the reference 'Command
'.- Returns:
- the meta object for the reference 'Command'.
- See Also:
CommandsVisibilityFragment.getCommand()
,getCommandsVisibilityFragment()
-
getCommandsVisibilityFragment_Visible
org.eclipse.emf.ecore.EReference getCommandsVisibilityFragment_Visible()
Returns the meta object for the containment reference 'Visible
'.- Returns:
- the meta object for the containment reference 'Visible'.
- See Also:
CommandsVisibilityFragment.getVisible()
,getCommandsVisibilityFragment()
-
getSubsystemsVisibilityFragment
org.eclipse.emf.ecore.EClass getSubsystemsVisibilityFragment()
Returns the meta object for class 'Subsystems Visibility Fragment
'.- Returns:
- the meta object for class 'Subsystems Visibility Fragment'.
- See Also:
SubsystemsVisibilityFragment
-
getSubsystemsVisibilityFragment_Subsystem
org.eclipse.emf.ecore.EReference getSubsystemsVisibilityFragment_Subsystem()
Returns the meta object for the reference 'Subsystem
'.- Returns:
- the meta object for the reference 'Subsystem'.
- See Also:
SubsystemsVisibilityFragment.getSubsystem()
,getSubsystemsVisibilityFragment()
-
getSubsystemsVisibilityFragment_Visible
org.eclipse.emf.ecore.EReference getSubsystemsVisibilityFragment_Visible()
Returns the meta object for the containment reference 'Visible
'.- Returns:
- the meta object for the containment reference 'Visible'.
- See Also:
SubsystemsVisibilityFragment.getVisible()
,getSubsystemsVisibilityFragment()
-
getCommandsPlacement
org.eclipse.emf.ecore.EClass getCommandsPlacement()
Returns the meta object for class 'Commands Placement
'.- Returns:
- the meta object for class 'Commands Placement'.
- See Also:
CommandsPlacement
-
getCommandsPlacement_PlacementFragments
org.eclipse.emf.ecore.EReference getCommandsPlacement_PlacementFragments()
Returns the meta object for the containment reference list 'Placement Fragments
'.- Returns:
- the meta object for the containment reference list 'Placement Fragments'.
- See Also:
CommandsPlacement.getPlacementFragments()
,getCommandsPlacement()
-
getCommandsPlacementFragment
org.eclipse.emf.ecore.EClass getCommandsPlacementFragment()
Returns the meta object for class 'Commands Placement Fragment
'.- Returns:
- the meta object for class 'Commands Placement Fragment'.
- See Also:
CommandsPlacementFragment
-
getCommandsPlacementFragment_Group
org.eclipse.emf.ecore.EReference getCommandsPlacementFragment_Group()
Returns the meta object for the reference 'Group
'.- Returns:
- the meta object for the reference 'Group'.
- See Also:
CommandsPlacementFragment.getGroup()
,getCommandsPlacementFragment()
-
getCommandsPlacementFragment_Commands
org.eclipse.emf.ecore.EReference getCommandsPlacementFragment_Commands()
Returns the meta object for the reference list 'Commands
'.- Returns:
- the meta object for the reference list 'Commands'.
- See Also:
CommandsPlacementFragment.getCommands()
,getCommandsPlacementFragment()
-
getCommandsOrder
org.eclipse.emf.ecore.EClass getCommandsOrder()
Returns the meta object for class 'Commands Order
'.- Returns:
- the meta object for class 'Commands Order'.
- See Also:
CommandsOrder
-
getCommandsOrder_OrderFragments
org.eclipse.emf.ecore.EReference getCommandsOrder_OrderFragments()
Returns the meta object for the containment reference list 'Order Fragments
'.- Returns:
- the meta object for the containment reference list 'Order Fragments'.
- See Also:
CommandsOrder.getOrderFragments()
,getCommandsOrder()
-
getSubsystemsOrder
org.eclipse.emf.ecore.EClass getSubsystemsOrder()
Returns the meta object for class 'Subsystems Order
'.- Returns:
- the meta object for class 'Subsystems Order'.
- See Also:
SubsystemsOrder
-
getSubsystemsOrder_Subsystems
org.eclipse.emf.ecore.EReference getSubsystemsOrder_Subsystems()
Returns the meta object for the reference list 'Subsystems
'.- Returns:
- the meta object for the reference list 'Subsystems'.
- See Also:
SubsystemsOrder.getSubsystems()
,getSubsystemsOrder()
-
getCommandsOrderFragment
org.eclipse.emf.ecore.EClass getCommandsOrderFragment()
Returns the meta object for class 'Commands Order Fragment
'.- Returns:
- the meta object for class 'Commands Order Fragment'.
- See Also:
CommandsOrderFragment
-
getCommandsOrderFragment_Group
org.eclipse.emf.ecore.EReference getCommandsOrderFragment_Group()
Returns the meta object for the reference 'Group
'.- Returns:
- the meta object for the reference 'Group'.
- See Also:
CommandsOrderFragment.getGroup()
,getCommandsOrderFragment()
-
getCommandsOrderFragment_Commands
org.eclipse.emf.ecore.EReference getCommandsOrderFragment_Commands()
Returns the meta object for the reference list 'Commands
'.- Returns:
- the meta object for the reference list 'Commands'.
- See Also:
CommandsOrderFragment.getCommands()
,getCommandsOrderFragment()
-
getCmiFactory
CmiFactory getCmiFactory()
Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
-
-