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 SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic interfaceDefines 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.EPackageorg.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.EPackage.Registry
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final intThe meta object id for the 'Abstract Item' class.static final intThe feature id for the 'Id' attribute.static final intThe number of structural features of the 'Abstract Item' class.static final intThe number of operations of the 'Abstract Item' class.static final intThe meta object id for the 'Display Type' enum.static final intThe meta object id for the 'Group' class.static final intThe feature id for the 'Id' attribute.static final intThe feature id for the 'Panels' containment reference list.static final intThe number of structural features of the 'Group' class.static final intThe number of operations of the 'Group' class.static final intThe meta object id for the 'Panel' class.static final intThe feature id for the 'Display Type' attribute.static final intThe feature id for the 'Id' attribute.static final intThe feature id for the 'Name' attribute.static final intThe number of structural features of the 'Panel' class.static final intThe number of operations of the 'Panel' class.static final intThe meta object id for the 'Client Application Interface' class.static final intThe feature id for the 'Bottom' containment reference list.static final intThe feature id for the 'Left' containment reference list.static final intThe feature id for the 'Right' containment reference list.static final intThe feature id for the 'Top' containment reference list.static final intThe feature id for the 'Unset' containment reference list.static final intThe number of structural features of the 'Client Application Interface' class.static final intThe number of operations of the 'Client Application Interface' class.static final CaiPackageThe singleton instance of the package.static final StringThe package name.static final StringThe package namespace name.static final StringThe package namespace URI.
- 
Method SummaryModifier and TypeMethodDescriptionorg.eclipse.emf.ecore.EClassReturns the meta object for class 'Abstract Item'.org.eclipse.emf.ecore.EAttributeReturns the meta object for the attribute 'Id'.org.eclipse.emf.ecore.EEnumReturns the meta object for enum 'Display Type'.Returns the factory that creates the instances of the model.org.eclipse.emf.ecore.EClassReturns the meta object for class 'Group'.org.eclipse.emf.ecore.EReferenceReturns the meta object for the containment reference list 'Panels'.org.eclipse.emf.ecore.EClassReturns the meta object for class 'Panel'.org.eclipse.emf.ecore.EAttributeReturns the meta object for the attribute 'Display Type'.org.eclipse.emf.ecore.EAttributeReturns the meta object for the attribute 'Name'.org.eclipse.emf.ecore.EClassReturns the meta object for class 'Client Application Interface'.org.eclipse.emf.ecore.EReferenceReturns the meta object for the containment reference list 'Bottom'.org.eclipse.emf.ecore.EReferenceReturns the meta object for the containment reference list 'Left'.org.eclipse.emf.ecore.EReferenceReturns the meta object for the containment reference list 'Right'.org.eclipse.emf.ecore.EReferenceReturns the meta object for the containment reference list 'Top'.org.eclipse.emf.ecore.EReferenceReturns the meta object for the containment reference list 'Unset'.Methods inherited from interface org.eclipse.emf.ecore.EModelElementgetEAnnotation, getEAnnotationsMethods inherited from interface org.eclipse.emf.ecore.ENamedElementgetName, setNameMethods inherited from interface org.eclipse.emf.ecore.EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.ecore.EPackagegetEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURIMethods inherited from interface org.eclipse.emf.common.notify.NotifiereAdapters, eDeliver, eNotify, eSetDeliver
- 
Field Details- 
eNAMEThe package name.- See Also:
 
- 
eNS_URIThe package namespace URI.- See Also:
 
- 
eNS_PREFIXThe package namespace name.- See Also:
 
- 
eINSTANCEThe singleton instance of the package.
- 
CLIENT_APPLICATION_INTERFACEstatic final int CLIENT_APPLICATION_INTERFACEThe meta object id for the 'Client Application Interface' class.
- 
CLIENT_APPLICATION_INTERFACE__TOPstatic final int CLIENT_APPLICATION_INTERFACE__TOPThe feature id for the 'Top' containment reference list.- See Also:
 
- 
CLIENT_APPLICATION_INTERFACE__BOTTOMstatic final int CLIENT_APPLICATION_INTERFACE__BOTTOMThe feature id for the 'Bottom' containment reference list.- See Also:
 
- 
CLIENT_APPLICATION_INTERFACE__LEFTstatic final int CLIENT_APPLICATION_INTERFACE__LEFTThe feature id for the 'Left' containment reference list.- See Also:
 
- 
CLIENT_APPLICATION_INTERFACE__RIGHTstatic final int CLIENT_APPLICATION_INTERFACE__RIGHTThe feature id for the 'Right' containment reference list.- See Also:
 
- 
CLIENT_APPLICATION_INTERFACE__UNSETstatic final int CLIENT_APPLICATION_INTERFACE__UNSETThe feature id for the 'Unset' containment reference list.- See Also:
 
- 
CLIENT_APPLICATION_INTERFACE_FEATURE_COUNTstatic final int CLIENT_APPLICATION_INTERFACE_FEATURE_COUNTThe number of structural features of the 'Client Application Interface' class.- See Also:
 
- 
CLIENT_APPLICATION_INTERFACE_OPERATION_COUNTstatic final int CLIENT_APPLICATION_INTERFACE_OPERATION_COUNTThe number of operations of the 'Client Application Interface' class.- See Also:
 
- 
CAI_ABSTRACT_ITEMstatic final int CAI_ABSTRACT_ITEMThe meta object id for the 'Abstract Item' class.
- 
CAI_ABSTRACT_ITEM__IDstatic final int CAI_ABSTRACT_ITEM__IDThe feature id for the 'Id' attribute.- See Also:
 
- 
CAI_ABSTRACT_ITEM_FEATURE_COUNTstatic final int CAI_ABSTRACT_ITEM_FEATURE_COUNTThe number of structural features of the 'Abstract Item' class.- See Also:
 
- 
CAI_ABSTRACT_ITEM_OPERATION_COUNTstatic final int CAI_ABSTRACT_ITEM_OPERATION_COUNTThe number of operations of the 'Abstract Item' class.- See Also:
 
- 
CAI_GROUPstatic final int CAI_GROUPThe meta object id for the 'Group' class.
- 
CAI_GROUP__IDstatic final int CAI_GROUP__IDThe feature id for the 'Id' attribute.- See Also:
 
- 
CAI_GROUP__PANELSstatic final int CAI_GROUP__PANELSThe feature id for the 'Panels' containment reference list.- See Also:
 
- 
CAI_GROUP_FEATURE_COUNTstatic final int CAI_GROUP_FEATURE_COUNTThe number of structural features of the 'Group' class.- See Also:
 
- 
CAI_GROUP_OPERATION_COUNTstatic final int CAI_GROUP_OPERATION_COUNTThe number of operations of the 'Group' class.- See Also:
 
- 
CAI_PANELstatic final int CAI_PANELThe meta object id for the 'Panel' class.
- 
CAI_PANEL__IDstatic final int CAI_PANEL__IDThe feature id for the 'Id' attribute.- See Also:
 
- 
CAI_PANEL__NAMEstatic final int CAI_PANEL__NAMEThe feature id for the 'Name' attribute.- See Also:
 
- 
CAI_PANEL__DISPLAY_TYPEstatic final int CAI_PANEL__DISPLAY_TYPEThe feature id for the 'Display Type' attribute.- See Also:
 
- 
CAI_PANEL_FEATURE_COUNTstatic final int CAI_PANEL_FEATURE_COUNTThe number of structural features of the 'Panel' class.- See Also:
 
- 
CAI_PANEL_OPERATION_COUNTstatic final int CAI_PANEL_OPERATION_COUNTThe number of operations of the 'Panel' class.- See Also:
 
- 
CAI_DISPLAY_TYPEstatic final int CAI_DISPLAY_TYPEThe meta object id for the 'Display Type' enum.
 
- 
- 
Method Details- 
getClientApplicationInterfaceorg.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_Toporg.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_Bottomorg.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_Leftorg.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_Rightorg.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_Unsetorg.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:
 
- 
getCaiAbstractItemorg.eclipse.emf.ecore.EClass getCaiAbstractItem()Returns the meta object for class 'Abstract Item'.- Returns:
- the meta object for class 'Abstract Item'.
- See Also:
 
- 
getCaiAbstractItem_Idorg.eclipse.emf.ecore.EAttribute getCaiAbstractItem_Id()Returns the meta object for the attribute 'Id'.- Returns:
- the meta object for the attribute 'Id'.
- See Also:
 
- 
getCaiGrouporg.eclipse.emf.ecore.EClass getCaiGroup()Returns the meta object for class 'Group'.- Returns:
- the meta object for class 'Group'.
- See Also:
 
- 
getCaiGroup_Panelsorg.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:
 
- 
getCaiPanelorg.eclipse.emf.ecore.EClass getCaiPanel()Returns the meta object for class 'Panel'.- Returns:
- the meta object for class 'Panel'.
- See Also:
 
- 
getCaiPanel_Nameorg.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_DisplayTypeorg.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:
 
- 
getCaiDisplayTypeorg.eclipse.emf.ecore.EEnum getCaiDisplayType()Returns the meta object for enum 'Display Type'.- Returns:
- the meta object for enum 'Display Type'.
- See Also:
 
- 
getCaiFactoryCaiFactory getCaiFactory()Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
 
 
-