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.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:
DcsFactory
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
DcsPackage.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
DATA_COMPOSITION_APPEARANCE_TEMPLATE
The meta object id for the 'Data Composition Appearance Template
' class.static int
DATA_COMPOSITION_APPEARANCE_TEMPLATE__ITEMS
The feature id for the 'Items' containment reference list.static int
DATA_COMPOSITION_APPEARANCE_TEMPLATE_APPEARANCE
The meta object id for the 'Data Composition Appearance Template Appearance
' class.static int
DATA_COMPOSITION_APPEARANCE_TEMPLATE_APPEARANCE__ITEMS
The feature id for the 'Items' containment reference list.static int
DATA_COMPOSITION_APPEARANCE_TEMPLATE_APPEARANCE_FEATURE_COUNT
The number of structural features of the 'Data Composition Appearance Template Appearance' class.static int
DATA_COMPOSITION_APPEARANCE_TEMPLATE_APPEARANCE_OPERATION_COUNT
The number of operations of the 'Data Composition Appearance Template Appearance' class.static int
DATA_COMPOSITION_APPEARANCE_TEMPLATE_AREA
The meta object id for the 'Data Composition Appearance Template Area
' class.static int
DATA_COMPOSITION_APPEARANCE_TEMPLATE_AREA__ITEMS
The feature id for the 'Items' containment reference list.static int
DATA_COMPOSITION_APPEARANCE_TEMPLATE_AREA_FEATURE_COUNT
The number of structural features of the 'Data Composition Appearance Template Area' class.static int
DATA_COMPOSITION_APPEARANCE_TEMPLATE_AREA_ITEM
The meta object id for the 'Data Composition Appearance Template Area Item
' class.static int
DATA_COMPOSITION_APPEARANCE_TEMPLATE_AREA_ITEM__APPEARANCE
The feature id for the 'Appearance' containment reference.static int
DATA_COMPOSITION_APPEARANCE_TEMPLATE_AREA_ITEM__LEVEL
The feature id for the 'Level' attribute.static int
DATA_COMPOSITION_APPEARANCE_TEMPLATE_AREA_ITEM_FEATURE_COUNT
The number of structural features of the 'Data Composition Appearance Template Area Item' class.static int
DATA_COMPOSITION_APPEARANCE_TEMPLATE_AREA_ITEM_OPERATION_COUNT
The number of operations of the 'Data Composition Appearance Template Area Item' class.static int
DATA_COMPOSITION_APPEARANCE_TEMPLATE_AREA_OPERATION_COUNT
The number of operations of the 'Data Composition Appearance Template Area' class.static int
DATA_COMPOSITION_APPEARANCE_TEMPLATE_FEATURE_COUNT
The number of structural features of the 'Data Composition Appearance Template' class.static int
DATA_COMPOSITION_APPEARANCE_TEMPLATE_OPERATION_COUNT
The number of operations of the 'Data Composition Appearance Template' class.static DcsPackage
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
getDataCompositionAppearanceTemplate()
Returns the meta object for class 'Data Composition Appearance Template
'.org.eclipse.emf.ecore.EClass
getDataCompositionAppearanceTemplateAppearance()
Returns the meta object for class 'Data Composition Appearance Template Appearance
'.org.eclipse.emf.ecore.EClass
getDataCompositionAppearanceTemplateArea()
Returns the meta object for class 'Data Composition Appearance Template Area
'.org.eclipse.emf.ecore.EReference
getDataCompositionAppearanceTemplateArea_Items()
Returns the meta object for the containment reference list 'Items
'.org.eclipse.emf.ecore.EClass
getDataCompositionAppearanceTemplateAreaItem()
Returns the meta object for class 'Data Composition Appearance Template Area Item
'.org.eclipse.emf.ecore.EReference
getDataCompositionAppearanceTemplateAreaItem_Appearance()
Returns the meta object for the containment reference 'Appearance
'.org.eclipse.emf.ecore.EAttribute
getDataCompositionAppearanceTemplateAreaItem_Level()
Returns the meta object for the attribute 'Level
'.DcsFactory
getDcsFactory()
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.
-
-