Package com._1c.g5.v8.dt.cai.model
Interface CaiPackage
-
- 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:
CaiPackageImpl
public interface CaiPackage 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:
CaiFactory
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
CaiPackage.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
CAI_ABSTRACT_ITEM
The meta object id for the 'Abstract Item
' class.static int
CAI_ABSTRACT_ITEM__ID
The feature id for the 'Id' attribute.static int
CAI_ABSTRACT_ITEM_FEATURE_COUNT
The number of structural features of the 'Abstract Item' class.static int
CAI_ABSTRACT_ITEM_OPERATION_COUNT
The number of operations of the 'Abstract Item' class.static int
CAI_DISPLAY_TYPE
The meta object id for the 'Display Type
' enum.static int
CAI_GROUP
The meta object id for the 'Group
' class.static int
CAI_GROUP__ID
The feature id for the 'Id' attribute.static int
CAI_GROUP__PANELS
The feature id for the 'Panels' containment reference list.static int
CAI_GROUP_FEATURE_COUNT
The number of structural features of the 'Group' class.static int
CAI_GROUP_OPERATION_COUNT
The number of operations of the 'Group' class.static int
CAI_PANEL
The meta object id for the 'Panel
' class.static int
CAI_PANEL__DISPLAY_TYPE
The feature id for the 'Display Type' attribute.static int
CAI_PANEL__ID
The feature id for the 'Id' attribute.static int
CAI_PANEL__NAME
The feature id for the 'Name' attribute.static int
CAI_PANEL_FEATURE_COUNT
The number of structural features of the 'Panel' class.static int
CAI_PANEL_OPERATION_COUNT
The number of operations of the 'Panel' class.static int
CLIENT_APPLICATION_INTERFACE
The meta object id for the 'Client Application Interface
' class.static int
CLIENT_APPLICATION_INTERFACE__BOTTOM
The feature id for the 'Bottom' containment reference list.static int
CLIENT_APPLICATION_INTERFACE__LEFT
The feature id for the 'Left' containment reference list.static int
CLIENT_APPLICATION_INTERFACE__RIGHT
The feature id for the 'Right' containment reference list.static int
CLIENT_APPLICATION_INTERFACE__TOP
The feature id for the 'Top' containment reference list.static int
CLIENT_APPLICATION_INTERFACE__UNSET
The feature id for the 'Unset' containment reference list.static int
CLIENT_APPLICATION_INTERFACE_FEATURE_COUNT
The number of structural features of the 'Client Application Interface' class.static int
CLIENT_APPLICATION_INTERFACE_OPERATION_COUNT
The number of operations of the 'Client Application Interface' class.static CaiPackage
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.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.ecore.EClass
getCaiAbstractItem()
Returns the meta object for class 'Abstract Item
'.org.eclipse.emf.ecore.EAttribute
getCaiAbstractItem_Id()
Returns the meta object for the attribute 'Id
'.org.eclipse.emf.ecore.EEnum
getCaiDisplayType()
Returns the meta object for enum 'Display Type
'.CaiFactory
getCaiFactory()
Returns the factory that creates the instances of the model.org.eclipse.emf.ecore.EClass
getCaiGroup()
Returns the meta object for class 'Group
'.org.eclipse.emf.ecore.EReference
getCaiGroup_Panels()
Returns the meta object for the containment reference list 'Panels
'.org.eclipse.emf.ecore.EClass
getCaiPanel()
Returns the meta object for class 'Panel
'.org.eclipse.emf.ecore.EAttribute
getCaiPanel_DisplayType()
Returns the meta object for the attribute 'Display Type
'.org.eclipse.emf.ecore.EAttribute
getCaiPanel_Name()
Returns the meta object for the attribute 'Name
'.org.eclipse.emf.ecore.EClass
getClientApplicationInterface()
Returns the meta object for class 'Client Application Interface
'.org.eclipse.emf.ecore.EReference
getClientApplicationInterface_Bottom()
Returns the meta object for the containment reference list 'Bottom
'.org.eclipse.emf.ecore.EReference
getClientApplicationInterface_Left()
Returns the meta object for the containment reference list 'Left
'.org.eclipse.emf.ecore.EReference
getClientApplicationInterface_Right()
Returns the meta object for the containment reference list 'Right
'.org.eclipse.emf.ecore.EReference
getClientApplicationInterface_Top()
Returns the meta object for the containment reference list 'Top
'.org.eclipse.emf.ecore.EReference
getClientApplicationInterface_Unset()
Returns the meta object for the containment reference list 'Unset
'.-
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 CaiPackage eINSTANCE
The singleton instance of the package.
-
CLIENT_APPLICATION_INTERFACE
static final int CLIENT_APPLICATION_INTERFACE
The meta object id for the 'Client Application Interface
' class.
-
CLIENT_APPLICATION_INTERFACE__TOP
static final int CLIENT_APPLICATION_INTERFACE__TOP
The feature id for the 'Top' containment reference list.- See Also:
- Constant Field Values
-
CLIENT_APPLICATION_INTERFACE__BOTTOM
static final int CLIENT_APPLICATION_INTERFACE__BOTTOM
The feature id for the 'Bottom' containment reference list.- See Also:
- Constant Field Values
-
CLIENT_APPLICATION_INTERFACE__LEFT
static final int CLIENT_APPLICATION_INTERFACE__LEFT
The feature id for the 'Left' containment reference list.- See Also:
- Constant Field Values
-
CLIENT_APPLICATION_INTERFACE__RIGHT
static final int CLIENT_APPLICATION_INTERFACE__RIGHT
The feature id for the 'Right' containment reference list.- See Also:
- Constant Field Values
-
CLIENT_APPLICATION_INTERFACE__UNSET
static final int CLIENT_APPLICATION_INTERFACE__UNSET
The feature id for the 'Unset' containment reference list.- See Also:
- Constant Field Values
-
CLIENT_APPLICATION_INTERFACE_FEATURE_COUNT
static final int CLIENT_APPLICATION_INTERFACE_FEATURE_COUNT
The number of structural features of the 'Client Application Interface' class.- See Also:
- Constant Field Values
-
CLIENT_APPLICATION_INTERFACE_OPERATION_COUNT
static final int CLIENT_APPLICATION_INTERFACE_OPERATION_COUNT
The number of operations of the 'Client Application Interface' class.- See Also:
- Constant Field Values
-
CAI_ABSTRACT_ITEM
static final int CAI_ABSTRACT_ITEM
The meta object id for the 'Abstract Item
' class.
-
CAI_ABSTRACT_ITEM__ID
static final int CAI_ABSTRACT_ITEM__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
-
CAI_ABSTRACT_ITEM_FEATURE_COUNT
static final int CAI_ABSTRACT_ITEM_FEATURE_COUNT
The number of structural features of the 'Abstract Item' class.- See Also:
- Constant Field Values
-
CAI_ABSTRACT_ITEM_OPERATION_COUNT
static final int CAI_ABSTRACT_ITEM_OPERATION_COUNT
The number of operations of the 'Abstract Item' class.- See Also:
- Constant Field Values
-
CAI_GROUP
static final int CAI_GROUP
The meta object id for the 'Group
' class.
-
CAI_GROUP__ID
static final int CAI_GROUP__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
-
CAI_GROUP__PANELS
static final int CAI_GROUP__PANELS
The feature id for the 'Panels' containment reference list.- See Also:
- Constant Field Values
-
CAI_GROUP_FEATURE_COUNT
static final int CAI_GROUP_FEATURE_COUNT
The number of structural features of the 'Group' class.- See Also:
- Constant Field Values
-
CAI_GROUP_OPERATION_COUNT
static final int CAI_GROUP_OPERATION_COUNT
The number of operations of the 'Group' class.- See Also:
- Constant Field Values
-
CAI_PANEL
static final int CAI_PANEL
The meta object id for the 'Panel
' class.
-
CAI_PANEL__ID
static final int CAI_PANEL__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
-
CAI_PANEL__NAME
static final int CAI_PANEL__NAME
The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
CAI_PANEL__DISPLAY_TYPE
static final int CAI_PANEL__DISPLAY_TYPE
The feature id for the 'Display Type' attribute.- See Also:
- Constant Field Values
-
CAI_PANEL_FEATURE_COUNT
static final int CAI_PANEL_FEATURE_COUNT
The number of structural features of the 'Panel' class.- See Also:
- Constant Field Values
-
CAI_PANEL_OPERATION_COUNT
static final int CAI_PANEL_OPERATION_COUNT
The number of operations of the 'Panel' class.- See Also:
- Constant Field Values
-
CAI_DISPLAY_TYPE
static final int CAI_DISPLAY_TYPE
The meta object id for the 'Display Type
' enum.
-
-
Method Detail
-
getClientApplicationInterface
org.eclipse.emf.ecore.EClass getClientApplicationInterface()
Returns the meta object for class 'Client Application Interface
'.- Returns:
- the meta object for class 'Client Application Interface'.
- See Also:
ClientApplicationInterface
-
getClientApplicationInterface_Top
org.eclipse.emf.ecore.EReference getClientApplicationInterface_Top()
Returns the meta object for the containment reference list 'Top
'.- Returns:
- the meta object for the containment reference list 'Top'.
- See Also:
ClientApplicationInterface.getTop()
,getClientApplicationInterface()
-
getClientApplicationInterface_Bottom
org.eclipse.emf.ecore.EReference getClientApplicationInterface_Bottom()
Returns the meta object for the containment reference list 'Bottom
'.- Returns:
- the meta object for the containment reference list 'Bottom'.
- See Also:
ClientApplicationInterface.getBottom()
,getClientApplicationInterface()
-
getClientApplicationInterface_Left
org.eclipse.emf.ecore.EReference getClientApplicationInterface_Left()
Returns the meta object for the containment reference list 'Left
'.- Returns:
- the meta object for the containment reference list 'Left'.
- See Also:
ClientApplicationInterface.getLeft()
,getClientApplicationInterface()
-
getClientApplicationInterface_Right
org.eclipse.emf.ecore.EReference getClientApplicationInterface_Right()
Returns the meta object for the containment reference list 'Right
'.- Returns:
- the meta object for the containment reference list 'Right'.
- See Also:
ClientApplicationInterface.getRight()
,getClientApplicationInterface()
-
getClientApplicationInterface_Unset
org.eclipse.emf.ecore.EReference getClientApplicationInterface_Unset()
Returns the meta object for the containment reference list 'Unset
'.- Returns:
- the meta object for the containment reference list 'Unset'.
- See Also:
ClientApplicationInterface.getUnset()
,getClientApplicationInterface()
-
getCaiAbstractItem
org.eclipse.emf.ecore.EClass getCaiAbstractItem()
Returns the meta object for class 'Abstract Item
'.- Returns:
- the meta object for class 'Abstract Item'.
- See Also:
CaiAbstractItem
-
getCaiAbstractItem_Id
org.eclipse.emf.ecore.EAttribute getCaiAbstractItem_Id()
Returns the meta object for the attribute 'Id
'.- Returns:
- the meta object for the attribute 'Id'.
- See Also:
CaiAbstractItem.getId()
,getCaiAbstractItem()
-
getCaiGroup
org.eclipse.emf.ecore.EClass getCaiGroup()
Returns the meta object for class 'Group
'.- Returns:
- the meta object for class 'Group'.
- See Also:
CaiGroup
-
getCaiGroup_Panels
org.eclipse.emf.ecore.EReference getCaiGroup_Panels()
Returns the meta object for the containment reference list 'Panels
'.- Returns:
- the meta object for the containment reference list 'Panels'.
- See Also:
CaiGroup.getPanels()
,getCaiGroup()
-
getCaiPanel
org.eclipse.emf.ecore.EClass getCaiPanel()
Returns the meta object for class 'Panel
'.- Returns:
- the meta object for class 'Panel'.
- See Also:
CaiPanel
-
getCaiPanel_Name
org.eclipse.emf.ecore.EAttribute getCaiPanel_Name()
Returns the meta object for the attribute 'Name
'.- Returns:
- the meta object for the attribute 'Name'.
- See Also:
CaiPanel.getName()
,getCaiPanel()
-
getCaiPanel_DisplayType
org.eclipse.emf.ecore.EAttribute getCaiPanel_DisplayType()
Returns the meta object for the attribute 'Display Type
'.- Returns:
- the meta object for the attribute 'Display Type'.
- See Also:
CaiPanel.getDisplayType()
,getCaiPanel()
-
getCaiDisplayType
org.eclipse.emf.ecore.EEnum getCaiDisplayType()
Returns the meta object for enum 'Display Type
'.- Returns:
- the meta object for enum 'Display Type'.
- See Also:
CaiDisplayType
-
getCaiFactory
CaiFactory getCaiFactory()
Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
-
-