Interface DcsPackage
-
- 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:
DcsPackageImpl
public interface DcsPackage extends org.eclipse.emf.ecore.EPackageThe 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:
DcsFactory
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceDcsPackage.LiteralsDefines 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 intDATA_COMPOSITION_APPEARANCE_TEMPLATEThe meta object id for the 'Data Composition Appearance Template' class.static intDATA_COMPOSITION_APPEARANCE_TEMPLATE__ITEMSThe feature id for the 'Items' containment reference list.static intDATA_COMPOSITION_APPEARANCE_TEMPLATE_APPEARANCEThe meta object id for the 'Data Composition Appearance Template Appearance' class.static intDATA_COMPOSITION_APPEARANCE_TEMPLATE_APPEARANCE__ITEMSThe feature id for the 'Items' containment reference list.static intDATA_COMPOSITION_APPEARANCE_TEMPLATE_APPEARANCE_FEATURE_COUNTThe number of structural features of the 'Data Composition Appearance Template Appearance' class.static intDATA_COMPOSITION_APPEARANCE_TEMPLATE_APPEARANCE_OPERATION_COUNTThe number of operations of the 'Data Composition Appearance Template Appearance' class.static intDATA_COMPOSITION_APPEARANCE_TEMPLATE_AREAThe meta object id for the 'Data Composition Appearance Template Area' class.static intDATA_COMPOSITION_APPEARANCE_TEMPLATE_AREA__ITEMSThe feature id for the 'Items' containment reference list.static intDATA_COMPOSITION_APPEARANCE_TEMPLATE_AREA_FEATURE_COUNTThe number of structural features of the 'Data Composition Appearance Template Area' class.static intDATA_COMPOSITION_APPEARANCE_TEMPLATE_AREA_ITEMThe meta object id for the 'Data Composition Appearance Template Area Item' class.static intDATA_COMPOSITION_APPEARANCE_TEMPLATE_AREA_ITEM__APPEARANCEThe feature id for the 'Appearance' containment reference.static intDATA_COMPOSITION_APPEARANCE_TEMPLATE_AREA_ITEM__LEVELThe feature id for the 'Level' attribute.static intDATA_COMPOSITION_APPEARANCE_TEMPLATE_AREA_ITEM_FEATURE_COUNTThe number of structural features of the 'Data Composition Appearance Template Area Item' class.static intDATA_COMPOSITION_APPEARANCE_TEMPLATE_AREA_ITEM_OPERATION_COUNTThe number of operations of the 'Data Composition Appearance Template Area Item' class.static intDATA_COMPOSITION_APPEARANCE_TEMPLATE_AREA_OPERATION_COUNTThe number of operations of the 'Data Composition Appearance Template Area' class.static intDATA_COMPOSITION_APPEARANCE_TEMPLATE_FEATURE_COUNTThe number of structural features of the 'Data Composition Appearance Template' class.static intDATA_COMPOSITION_APPEARANCE_TEMPLATE_OPERATION_COUNTThe number of operations of the 'Data Composition Appearance Template' class.static DcsPackageeINSTANCEThe singleton instance of the package.static StringeNAMEThe package name.static StringeNS_PREFIXThe package namespace name.static StringeNS_URIThe package namespace URI.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.ecore.EClassgetDataCompositionAppearanceTemplate()Returns the meta object for class 'Data Composition Appearance Template'.org.eclipse.emf.ecore.EClassgetDataCompositionAppearanceTemplateAppearance()Returns the meta object for class 'Data Composition Appearance Template Appearance'.org.eclipse.emf.ecore.EClassgetDataCompositionAppearanceTemplateArea()Returns the meta object for class 'Data Composition Appearance Template Area'.org.eclipse.emf.ecore.EReferencegetDataCompositionAppearanceTemplateArea_Items()Returns the meta object for the containment reference list 'Items'.org.eclipse.emf.ecore.EClassgetDataCompositionAppearanceTemplateAreaItem()Returns the meta object for class 'Data Composition Appearance Template Area Item'.org.eclipse.emf.ecore.EReferencegetDataCompositionAppearanceTemplateAreaItem_Appearance()Returns the meta object for the containment reference 'Appearance'.org.eclipse.emf.ecore.EAttributegetDataCompositionAppearanceTemplateAreaItem_Level()Returns the meta object for the attribute 'Level'.DcsFactorygetDcsFactory()Returns the factory that creates the instances of the model.-
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 DcsPackage eINSTANCE
The singleton instance of the package.
-
DATA_COMPOSITION_APPEARANCE_TEMPLATE
static final int DATA_COMPOSITION_APPEARANCE_TEMPLATE
The meta object id for the 'Data Composition Appearance Template' class.
-
DATA_COMPOSITION_APPEARANCE_TEMPLATE__ITEMS
static final int DATA_COMPOSITION_APPEARANCE_TEMPLATE__ITEMS
The feature id for the 'Items' containment reference list.- See Also:
- Constant Field Values
-
DATA_COMPOSITION_APPEARANCE_TEMPLATE_FEATURE_COUNT
static final int DATA_COMPOSITION_APPEARANCE_TEMPLATE_FEATURE_COUNT
The number of structural features of the 'Data Composition Appearance Template' class.- See Also:
- Constant Field Values
-
DATA_COMPOSITION_APPEARANCE_TEMPLATE_OPERATION_COUNT
static final int DATA_COMPOSITION_APPEARANCE_TEMPLATE_OPERATION_COUNT
The number of operations of the 'Data Composition Appearance Template' class.- See Also:
- Constant Field Values
-
DATA_COMPOSITION_APPEARANCE_TEMPLATE_AREA
static final int DATA_COMPOSITION_APPEARANCE_TEMPLATE_AREA
The meta object id for the 'Data Composition Appearance Template Area' class.
-
DATA_COMPOSITION_APPEARANCE_TEMPLATE_AREA__ITEMS
static final int DATA_COMPOSITION_APPEARANCE_TEMPLATE_AREA__ITEMS
The feature id for the 'Items' containment reference list.- See Also:
- Constant Field Values
-
DATA_COMPOSITION_APPEARANCE_TEMPLATE_AREA_FEATURE_COUNT
static final int DATA_COMPOSITION_APPEARANCE_TEMPLATE_AREA_FEATURE_COUNT
The number of structural features of the 'Data Composition Appearance Template Area' class.- See Also:
- Constant Field Values
-
DATA_COMPOSITION_APPEARANCE_TEMPLATE_AREA_OPERATION_COUNT
static final int DATA_COMPOSITION_APPEARANCE_TEMPLATE_AREA_OPERATION_COUNT
The number of operations of the 'Data Composition Appearance Template Area' class.- See Also:
- Constant Field Values
-
DATA_COMPOSITION_APPEARANCE_TEMPLATE_AREA_ITEM
static final int DATA_COMPOSITION_APPEARANCE_TEMPLATE_AREA_ITEM
The meta object id for the 'Data Composition Appearance Template Area Item' class.
-
DATA_COMPOSITION_APPEARANCE_TEMPLATE_AREA_ITEM__LEVEL
static final int DATA_COMPOSITION_APPEARANCE_TEMPLATE_AREA_ITEM__LEVEL
The feature id for the 'Level' attribute.- See Also:
- Constant Field Values
-
DATA_COMPOSITION_APPEARANCE_TEMPLATE_AREA_ITEM__APPEARANCE
static final int DATA_COMPOSITION_APPEARANCE_TEMPLATE_AREA_ITEM__APPEARANCE
The feature id for the 'Appearance' containment reference.- See Also:
- Constant Field Values
-
DATA_COMPOSITION_APPEARANCE_TEMPLATE_AREA_ITEM_FEATURE_COUNT
static final int DATA_COMPOSITION_APPEARANCE_TEMPLATE_AREA_ITEM_FEATURE_COUNT
The number of structural features of the 'Data Composition Appearance Template Area Item' class.- See Also:
- Constant Field Values
-
DATA_COMPOSITION_APPEARANCE_TEMPLATE_AREA_ITEM_OPERATION_COUNT
static final int DATA_COMPOSITION_APPEARANCE_TEMPLATE_AREA_ITEM_OPERATION_COUNT
The number of operations of the 'Data Composition Appearance Template Area Item' class.- See Also:
- Constant Field Values
-
DATA_COMPOSITION_APPEARANCE_TEMPLATE_APPEARANCE
static final int DATA_COMPOSITION_APPEARANCE_TEMPLATE_APPEARANCE
The meta object id for the 'Data Composition Appearance Template Appearance' class.
-
DATA_COMPOSITION_APPEARANCE_TEMPLATE_APPEARANCE__ITEMS
static final int DATA_COMPOSITION_APPEARANCE_TEMPLATE_APPEARANCE__ITEMS
The feature id for the 'Items' containment reference list.- See Also:
- Constant Field Values
-
DATA_COMPOSITION_APPEARANCE_TEMPLATE_APPEARANCE_FEATURE_COUNT
static final int DATA_COMPOSITION_APPEARANCE_TEMPLATE_APPEARANCE_FEATURE_COUNT
The number of structural features of the 'Data Composition Appearance Template Appearance' class.- See Also:
- Constant Field Values
-
DATA_COMPOSITION_APPEARANCE_TEMPLATE_APPEARANCE_OPERATION_COUNT
static final int DATA_COMPOSITION_APPEARANCE_TEMPLATE_APPEARANCE_OPERATION_COUNT
The number of operations of the 'Data Composition Appearance Template Appearance' class.- See Also:
- Constant Field Values
-
-
Method Detail
-
getDataCompositionAppearanceTemplate
org.eclipse.emf.ecore.EClass getDataCompositionAppearanceTemplate()
Returns the meta object for class 'Data Composition Appearance Template'.- Returns:
- the meta object for class 'Data Composition Appearance Template'.
- See Also:
DataCompositionAppearanceTemplate
-
getDataCompositionAppearanceTemplateArea
org.eclipse.emf.ecore.EClass getDataCompositionAppearanceTemplateArea()
Returns the meta object for class 'Data Composition Appearance Template Area'.- Returns:
- the meta object for class 'Data Composition Appearance Template Area'.
- See Also:
DataCompositionAppearanceTemplateArea
-
getDataCompositionAppearanceTemplateArea_Items
org.eclipse.emf.ecore.EReference getDataCompositionAppearanceTemplateArea_Items()
Returns the meta object for the containment reference list 'Items'.- Returns:
- the meta object for the containment reference list 'Items'.
- See Also:
DataCompositionAppearanceTemplateArea.getItems(),getDataCompositionAppearanceTemplateArea()
-
getDataCompositionAppearanceTemplateAreaItem
org.eclipse.emf.ecore.EClass getDataCompositionAppearanceTemplateAreaItem()
Returns the meta object for class 'Data Composition Appearance Template Area Item'.- Returns:
- the meta object for class 'Data Composition Appearance Template Area Item'.
- See Also:
DataCompositionAppearanceTemplateAreaItem
-
getDataCompositionAppearanceTemplateAreaItem_Level
org.eclipse.emf.ecore.EAttribute getDataCompositionAppearanceTemplateAreaItem_Level()
Returns the meta object for the attribute 'Level'.- Returns:
- the meta object for the attribute 'Level'.
- See Also:
DataCompositionAppearanceTemplateAreaItem.getLevel(),getDataCompositionAppearanceTemplateAreaItem()
-
getDataCompositionAppearanceTemplateAreaItem_Appearance
org.eclipse.emf.ecore.EReference getDataCompositionAppearanceTemplateAreaItem_Appearance()
Returns the meta object for the containment reference 'Appearance'.- Returns:
- the meta object for the containment reference 'Appearance'.
- See Also:
DataCompositionAppearanceTemplateAreaItem.getAppearance(),getDataCompositionAppearanceTemplateAreaItem()
-
getDataCompositionAppearanceTemplateAppearance
org.eclipse.emf.ecore.EClass getDataCompositionAppearanceTemplateAppearance()
Returns the meta object for class 'Data Composition Appearance Template Appearance'.- Returns:
- the meta object for class 'Data Composition Appearance Template Appearance'.
- See Also:
DataCompositionAppearanceTemplateAppearance
-
getDcsFactory
DcsFactory getDcsFactory()
Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
-
-