Package com._1c.g5.v8.dt.cmi.model
Interface CmiFactory
- 
- All Superinterfaces:
- org.eclipse.emf.ecore.EFactory,- org.eclipse.emf.ecore.EModelElement,- org.eclipse.emf.ecore.EObject,- org.eclipse.emf.common.notify.Notifier
 - All Known Implementing Classes:
- CmiFactoryImpl
 
 public interface CmiFactory extends org.eclipse.emf.ecore.EFactoryThe Factory for the model. It provides a create method for each non-abstract class of the model.- See Also:
- CmiPackage
 
- 
- 
Field SummaryFields Modifier and Type Field Description static CmiFactoryeINSTANCEThe singleton instance of the factory.
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description CommandInterfacecreateCommandInterface()Returns a new object of class 'Command Interface'.CommandsOrdercreateCommandsOrder()Returns a new object of class 'Commands Order'.CommandsOrderFragmentcreateCommandsOrderFragment()Returns a new object of class 'Commands Order Fragment'.CommandsPlacementcreateCommandsPlacement()Returns a new object of class 'Commands Placement'.CommandsPlacementFragmentcreateCommandsPlacementFragment()Returns a new object of class 'Commands Placement Fragment'.CommandsVisibilitycreateCommandsVisibility()Returns a new object of class 'Commands Visibility'.CommandsVisibilityFragmentcreateCommandsVisibilityFragment()Returns a new object of class 'Commands Visibility Fragment'.SubsystemsOrdercreateSubsystemsOrder()Returns a new object of class 'Subsystems Order'.SubsystemsVisibilitycreateSubsystemsVisibility()Returns a new object of class 'Subsystems Visibility'.SubsystemsVisibilityFragmentcreateSubsystemsVisibilityFragment()Returns a new object of class 'Subsystems Visibility Fragment'.CmiPackagegetCmiPackage()Returns the package supported by this factory.- 
Methods inherited from interface org.eclipse.emf.ecore.EFactoryconvertToString, create, createFromString, getEPackage, setEPackage
 - 
Methods inherited from interface org.eclipse.emf.ecore.EModelElementgetEAnnotation, getEAnnotations
 
- 
 
- 
- 
- 
Field Detail- 
eINSTANCEstatic final CmiFactory eINSTANCE The singleton instance of the factory.
 
- 
 - 
Method Detail- 
createCommandInterfaceCommandInterface createCommandInterface() Returns a new object of class 'Command Interface'.- Returns:
- a new object of class 'Command Interface'.
 
 - 
createCommandsVisibilityCommandsVisibility createCommandsVisibility() Returns a new object of class 'Commands Visibility'.- Returns:
- a new object of class 'Commands Visibility'.
 
 - 
createSubsystemsVisibilitySubsystemsVisibility createSubsystemsVisibility() Returns a new object of class 'Subsystems Visibility'.- Returns:
- a new object of class 'Subsystems Visibility'.
 
 - 
createCommandsVisibilityFragmentCommandsVisibilityFragment createCommandsVisibilityFragment() Returns a new object of class 'Commands Visibility Fragment'.- Returns:
- a new object of class 'Commands Visibility Fragment'.
 
 - 
createSubsystemsVisibilityFragmentSubsystemsVisibilityFragment createSubsystemsVisibilityFragment() Returns a new object of class 'Subsystems Visibility Fragment'.- Returns:
- a new object of class 'Subsystems Visibility Fragment'.
 
 - 
createCommandsPlacementCommandsPlacement createCommandsPlacement() Returns a new object of class 'Commands Placement'.- Returns:
- a new object of class 'Commands Placement'.
 
 - 
createCommandsPlacementFragmentCommandsPlacementFragment createCommandsPlacementFragment() Returns a new object of class 'Commands Placement Fragment'.- Returns:
- a new object of class 'Commands Placement Fragment'.
 
 - 
createCommandsOrderCommandsOrder createCommandsOrder() Returns a new object of class 'Commands Order'.- Returns:
- a new object of class 'Commands Order'.
 
 - 
createSubsystemsOrderSubsystemsOrder createSubsystemsOrder() Returns a new object of class 'Subsystems Order'.- Returns:
- a new object of class 'Subsystems Order'.
 
 - 
createCommandsOrderFragmentCommandsOrderFragment createCommandsOrderFragment() Returns a new object of class 'Commands Order Fragment'.- Returns:
- a new object of class 'Commands Order Fragment'.
 
 - 
getCmiPackageCmiPackage getCmiPackage() Returns the package supported by this factory.- Returns:
- the package supported by this factory.
 
 
- 
 
-