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:
- 
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 'Data Composition Details Processing Action' enum.static final DcsPackageThe 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.EEnumReturns the meta object for enum 'Data Composition Details Processing Action'.Returns the factory that creates the instances of the model.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.
- 
DATA_COMPOSITION_DETAILS_PROCESSING_ACTIONstatic final int DATA_COMPOSITION_DETAILS_PROCESSING_ACTIONThe meta object id for the 'Data Composition Details Processing Action' enum.
 
- 
- 
Method Details- 
getDataCompositionDetailsProcessingActionorg.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:
 
- 
getDcsFactoryDcsFactory getDcsFactory()Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
 
 
-