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_DETAILS_PROCESSING_ACTION
The meta object id for the 'Data Composition Details Processing Action
' enum.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.EEnum
getDataCompositionDetailsProcessingAction()
Returns the meta object for enum 'Data Composition Details Processing Action
'.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_DETAILS_PROCESSING_ACTION
static final int DATA_COMPOSITION_DETAILS_PROCESSING_ACTION
The meta object id for the 'Data Composition Details Processing Action
' enum.
-
-
Method Detail
-
getDataCompositionDetailsProcessingAction
org.eclipse.emf.ecore.EEnum getDataCompositionDetailsProcessingAction()
Returns the meta object for enum 'Data Composition Details Processing Action
'.- Returns:
- the meta object for enum 'Data Composition Details Processing Action'.
- See Also:
DataCompositionDetailsProcessingAction
-
getDcsFactory
DcsFactory getDcsFactory()
Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
-
-