Interface DcsDbCopiesPackage
- 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:
DcsDbCopiesPackageImpl
public interface DcsDbCopiesPackage
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 Summary
Nested 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.EPackage
org.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.EPackage.Registry -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe meta object id for the 'Database Copies Use' enum.static final DcsDbCopiesPackageThe singleton instance of the package.static final StringThe package name.static final StringThe package namespace name.static final StringThe package namespace URI.static final intThe meta object id for the 'Used Database Copies' class.static final intThe feature id for the 'Items' containment reference list.static final intThe number of structural features of the 'Used Database Copies' class.static final intThe number of operations of the 'Used Database Copies' class.static final intThe meta object id for the 'Used Database Copies Value' class.static final intThe feature id for the 'Value' containment reference.static final intThe number of structural features of the 'Used Database Copies Value' class.static final intThe number of operations of the 'Used Database Copies Value' class.static final intThe meta object id for the 'Used Database Copy' class.static final intThe feature id for the 'Name' attribute.static final intThe number of structural features of the 'Used Database Copy' class.static final intThe number of operations of the 'Used Database Copy' class. -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.ecore.EEnumReturns the meta object for enum 'Database Copies Use'.Returns the factory that creates the instances of the model.org.eclipse.emf.ecore.EClassReturns the meta object for class 'Used Database Copies'.org.eclipse.emf.ecore.EReferenceReturns the meta object for the containment reference list 'Items'.org.eclipse.emf.ecore.EClassReturns the meta object for class 'Used Database Copies Value'.org.eclipse.emf.ecore.EReferenceReturns the meta object for the containment reference 'Value'.org.eclipse.emf.ecore.EClassReturns the meta object for class 'Used Database Copy'.org.eclipse.emf.ecore.EAttributeReturns the meta object for the attribute 'Name'.Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotationsMethods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setNameMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.ecore.EPackage
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURIMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Field Details
-
eNAME
The package name.- See Also:
-
eNS_URI
The package namespace URI.- See Also:
-
eNS_PREFIX
The package namespace name.- See Also:
-
eINSTANCE
The singleton instance of the package. -
USED_DATABASE_COPIES_VALUE
static final int USED_DATABASE_COPIES_VALUEThe meta object id for the 'Used Database Copies Value' class. -
USED_DATABASE_COPIES_VALUE__VALUE
static final int USED_DATABASE_COPIES_VALUE__VALUEThe feature id for the 'Value' containment reference.- See Also:
-
USED_DATABASE_COPIES_VALUE_FEATURE_COUNT
static final int USED_DATABASE_COPIES_VALUE_FEATURE_COUNTThe number of structural features of the 'Used Database Copies Value' class.- See Also:
-
USED_DATABASE_COPIES_VALUE_OPERATION_COUNT
static final int USED_DATABASE_COPIES_VALUE_OPERATION_COUNTThe number of operations of the 'Used Database Copies Value' class.- See Also:
-
USED_DATABASE_COPIES
static final int USED_DATABASE_COPIESThe meta object id for the 'Used Database Copies' class. -
USED_DATABASE_COPIES__ITEMS
static final int USED_DATABASE_COPIES__ITEMSThe feature id for the 'Items' containment reference list.- See Also:
-
USED_DATABASE_COPIES_FEATURE_COUNT
static final int USED_DATABASE_COPIES_FEATURE_COUNTThe number of structural features of the 'Used Database Copies' class.- See Also:
-
USED_DATABASE_COPIES_OPERATION_COUNT
static final int USED_DATABASE_COPIES_OPERATION_COUNTThe number of operations of the 'Used Database Copies' class.- See Also:
-
USED_DATABASE_COPY
static final int USED_DATABASE_COPYThe meta object id for the 'Used Database Copy' class. -
USED_DATABASE_COPY__NAME
static final int USED_DATABASE_COPY__NAMEThe feature id for the 'Name' attribute.- See Also:
-
USED_DATABASE_COPY_FEATURE_COUNT
static final int USED_DATABASE_COPY_FEATURE_COUNTThe number of structural features of the 'Used Database Copy' class.- See Also:
-
USED_DATABASE_COPY_OPERATION_COUNT
static final int USED_DATABASE_COPY_OPERATION_COUNTThe number of operations of the 'Used Database Copy' class.- See Also:
-
DATABASE_COPIES_USE
static final int DATABASE_COPIES_USEThe meta object id for the 'Database Copies Use' enum.
-
-
Method Details
-
getUsedDatabaseCopiesValue
org.eclipse.emf.ecore.EClass getUsedDatabaseCopiesValue()Returns the meta object for class 'Used Database Copies Value'.- Returns:
- the meta object for class 'Used Database Copies Value'.
- See Also:
-
getUsedDatabaseCopiesValue_Value
org.eclipse.emf.ecore.EReference getUsedDatabaseCopiesValue_Value()Returns the meta object for the containment reference 'Value'.- Returns:
- the meta object for the containment reference 'Value'.
- See Also:
-
getUsedDatabaseCopies
org.eclipse.emf.ecore.EClass getUsedDatabaseCopies()Returns the meta object for class 'Used Database Copies'.- Returns:
- the meta object for class 'Used Database Copies'.
- See Also:
-
getUsedDatabaseCopies_Items
org.eclipse.emf.ecore.EReference getUsedDatabaseCopies_Items()Returns the meta object for the containment reference list 'Items'.- Returns:
- the meta object for the containment reference list 'Items'.
- See Also:
-
getUsedDatabaseCopy
org.eclipse.emf.ecore.EClass getUsedDatabaseCopy()Returns the meta object for class 'Used Database Copy'.- Returns:
- the meta object for class 'Used Database Copy'.
- See Also:
-
getUsedDatabaseCopy_Name
org.eclipse.emf.ecore.EAttribute getUsedDatabaseCopy_Name()Returns the meta object for the attribute 'Name'.- Returns:
- the meta object for the attribute 'Name'.
- See Also:
-
getDatabaseCopiesUse
org.eclipse.emf.ecore.EEnum getDatabaseCopiesUse()Returns the meta object for enum 'Database Copies Use'.- Returns:
- the meta object for enum 'Database Copies Use'.
- See Also:
-
getDcsDbCopiesFactory
DcsDbCopiesFactory getDcsDbCopiesFactory()Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
-