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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
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 typeNested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
org.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.EPackage.Registry
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
The meta object id for the 'Abstract Item
' class.static final int
The feature id for the 'Id' attribute.static final int
The number of structural features of the 'Abstract Item' class.static final int
The number of operations of the 'Abstract Item' class.static final int
The meta object id for the 'Display Type
' enum.static final int
The meta object id for the 'Group
' class.static final int
The feature id for the 'Id' attribute.static final int
The feature id for the 'Panels' containment reference list.static final int
The number of structural features of the 'Group' class.static final int
The number of operations of the 'Group' class.static final int
The meta object id for the 'Panel
' class.static final int
The feature id for the 'Display Type' attribute.static final int
The feature id for the 'Id' attribute.static final int
The feature id for the 'Name' attribute.static final int
The number of structural features of the 'Panel' class.static final int
The number of operations of the 'Panel' class.static final int
The meta object id for the 'Client Application Interface
' class.static final int
The feature id for the 'Bottom' containment reference list.static final int
The feature id for the 'Left' containment reference list.static final int
The feature id for the 'Right' containment reference list.static final int
The feature id for the 'Top' containment reference list.static final int
The feature id for the 'Unset' containment reference list.static final int
The number of structural features of the 'Client Application Interface' class.static final int
The number of operations of the 'Client Application Interface' class.static final CaiPackage
The singleton instance of the package.static final String
The package name.static final String
The package namespace name.static final String
The package namespace URI. -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.ecore.EClass
Returns the meta object for class 'Abstract Item
'.org.eclipse.emf.ecore.EAttribute
Returns the meta object for the attribute 'Id
'.org.eclipse.emf.ecore.EEnum
Returns the meta object for enum 'Display Type
'.Returns the factory that creates the instances of the model.org.eclipse.emf.ecore.EClass
Returns the meta object for class 'Group
'.org.eclipse.emf.ecore.EReference
Returns the meta object for the containment reference list 'Panels
'.org.eclipse.emf.ecore.EClass
Returns the meta object for class 'Panel
'.org.eclipse.emf.ecore.EAttribute
Returns the meta object for the attribute 'Display Type
'.org.eclipse.emf.ecore.EAttribute
Returns the meta object for the attribute 'Name
'.org.eclipse.emf.ecore.EClass
Returns the meta object for class 'Client Application Interface
'.org.eclipse.emf.ecore.EReference
Returns the meta object for the containment reference list 'Bottom
'.org.eclipse.emf.ecore.EReference
Returns the meta object for the containment reference list 'Left
'.org.eclipse.emf.ecore.EReference
Returns the meta object for the containment reference list 'Right
'.org.eclipse.emf.ecore.EReference
Returns the meta object for the containment reference list 'Top
'.org.eclipse.emf.ecore.EReference
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.ENamedElement
getName, setName
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.ecore.EPackage
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Field Details
-
eNAME
The package name.- See Also:
-
eNS_URI
The package namespace URI.- See Also:
-
eNS_PREFIX
The package namespace name.- See Also:
-
eINSTANCE
The singleton instance of the package. -
CLIENT_APPLICATION_INTERFACE
static final int CLIENT_APPLICATION_INTERFACEThe meta object id for the 'Client Application Interface
' class. -
CLIENT_APPLICATION_INTERFACE__TOP
static final int CLIENT_APPLICATION_INTERFACE__TOPThe feature id for the 'Top' containment reference list.- See Also:
-
CLIENT_APPLICATION_INTERFACE__BOTTOM
static final int CLIENT_APPLICATION_INTERFACE__BOTTOMThe feature id for the 'Bottom' containment reference list.- See Also:
-
CLIENT_APPLICATION_INTERFACE__LEFT
static final int CLIENT_APPLICATION_INTERFACE__LEFTThe feature id for the 'Left' containment reference list.- See Also:
-
CLIENT_APPLICATION_INTERFACE__RIGHT
static final int CLIENT_APPLICATION_INTERFACE__RIGHTThe feature id for the 'Right' containment reference list.- See Also:
-
CLIENT_APPLICATION_INTERFACE__UNSET
static final int CLIENT_APPLICATION_INTERFACE__UNSETThe feature id for the 'Unset' containment reference list.- See Also:
-
CLIENT_APPLICATION_INTERFACE_FEATURE_COUNT
static final int CLIENT_APPLICATION_INTERFACE_FEATURE_COUNTThe number of structural features of the 'Client Application Interface' class.- See Also:
-
CLIENT_APPLICATION_INTERFACE_OPERATION_COUNT
static final int CLIENT_APPLICATION_INTERFACE_OPERATION_COUNTThe number of operations of the 'Client Application Interface' class.- See Also:
-
CAI_ABSTRACT_ITEM
static final int CAI_ABSTRACT_ITEMThe meta object id for the 'Abstract Item
' class. -
CAI_ABSTRACT_ITEM__ID
static final int CAI_ABSTRACT_ITEM__IDThe feature id for the 'Id' attribute.- See Also:
-
CAI_ABSTRACT_ITEM_FEATURE_COUNT
static final int CAI_ABSTRACT_ITEM_FEATURE_COUNTThe number of structural features of the 'Abstract Item' class.- See Also:
-
CAI_ABSTRACT_ITEM_OPERATION_COUNT
static final int CAI_ABSTRACT_ITEM_OPERATION_COUNTThe number of operations of the 'Abstract Item' class.- See Also:
-
CAI_GROUP
static final int CAI_GROUPThe meta object id for the 'Group
' class. -
CAI_GROUP__ID
static final int CAI_GROUP__IDThe feature id for the 'Id' attribute.- See Also:
-
CAI_GROUP__PANELS
static final int CAI_GROUP__PANELSThe feature id for the 'Panels' containment reference list.- See Also:
-
CAI_GROUP_FEATURE_COUNT
static final int CAI_GROUP_FEATURE_COUNTThe number of structural features of the 'Group' class.- See Also:
-
CAI_GROUP_OPERATION_COUNT
static final int CAI_GROUP_OPERATION_COUNTThe number of operations of the 'Group' class.- See Also:
-
CAI_PANEL
static final int CAI_PANELThe meta object id for the 'Panel
' class. -
CAI_PANEL__ID
static final int CAI_PANEL__IDThe feature id for the 'Id' attribute.- See Also:
-
CAI_PANEL__NAME
static final int CAI_PANEL__NAMEThe feature id for the 'Name' attribute.- See Also:
-
CAI_PANEL__DISPLAY_TYPE
static final int CAI_PANEL__DISPLAY_TYPEThe feature id for the 'Display Type' attribute.- See Also:
-
CAI_PANEL_FEATURE_COUNT
static final int CAI_PANEL_FEATURE_COUNTThe number of structural features of the 'Panel' class.- See Also:
-
CAI_PANEL_OPERATION_COUNT
static final int CAI_PANEL_OPERATION_COUNTThe number of operations of the 'Panel' class.- See Also:
-
CAI_DISPLAY_TYPE
static final int CAI_DISPLAY_TYPEThe meta object id for the 'Display Type
' enum.
-
-
Method Details
-
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:
-
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:
-
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:
-
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:
-
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:
-
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:
-
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:
-
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:
-
getCaiGroup
org.eclipse.emf.ecore.EClass getCaiGroup()Returns the meta object for class 'Group
'.- Returns:
- the meta object for class 'Group'.
- See Also:
-
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:
-
getCaiPanel
org.eclipse.emf.ecore.EClass getCaiPanel()Returns the meta object for class 'Panel
'.- Returns:
- the meta object for class 'Panel'.
- See Also:
-
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:
-
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:
-
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:
-
getCaiFactory
CaiFactory getCaiFactory()Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
-