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:
DcsDbCopiesFactory
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
DcsDbCopiesPackage.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
DATABASE_COPIES_USE
The meta object id for the 'Database Copies Use
' enum.static DcsDbCopiesPackage
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.static int
USING_DATABASE_COPIES
The meta object id for the 'Using Database Copies
' class.static int
USING_DATABASE_COPIES__ITEMS
The feature id for the 'Items' containment reference list.static int
USING_DATABASE_COPIES_FEATURE_COUNT
The number of structural features of the 'Using Database Copies' class.static int
USING_DATABASE_COPIES_OPERATION_COUNT
The number of operations of the 'Using Database Copies' class.static int
USING_DATABASE_COPIES_VALUE
The meta object id for the 'Using Database Copies Value
' class.static int
USING_DATABASE_COPIES_VALUE__VALUE
The feature id for the 'Value' containment reference.static int
USING_DATABASE_COPIES_VALUE_FEATURE_COUNT
The number of structural features of the 'Using Database Copies Value' class.static int
USING_DATABASE_COPIES_VALUE_OPERATION_COUNT
The number of operations of the 'Using Database Copies Value' class.static int
USING_DATABASE_COPY
The meta object id for the 'Using Database Copy
' class.static int
USING_DATABASE_COPY__NAME
The feature id for the 'Name' attribute.static int
USING_DATABASE_COPY_FEATURE_COUNT
The number of structural features of the 'Using Database Copy' class.static int
USING_DATABASE_COPY_OPERATION_COUNT
The number of operations of the 'Using Database Copy' class.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.ecore.EEnum
getDatabaseCopiesUse()
Returns the meta object for enum 'Database Copies Use
'.DcsDbCopiesFactory
getDcsDbCopiesFactory()
Returns the factory that creates the instances of the model.org.eclipse.emf.ecore.EClass
getUsingDatabaseCopies()
Returns the meta object for class 'Using Database Copies
'.org.eclipse.emf.ecore.EReference
getUsingDatabaseCopies_Items()
Returns the meta object for the containment reference list 'Items
'.org.eclipse.emf.ecore.EClass
getUsingDatabaseCopiesValue()
Returns the meta object for class 'Using Database Copies Value
'.org.eclipse.emf.ecore.EReference
getUsingDatabaseCopiesValue_Value()
Returns the meta object for the containment reference 'Value
'.org.eclipse.emf.ecore.EClass
getUsingDatabaseCopy()
Returns the meta object for class 'Using Database Copy
'.org.eclipse.emf.ecore.EAttribute
getUsingDatabaseCopy_Name()
Returns the meta object for the attribute 'Name
'.-
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 DcsDbCopiesPackage eINSTANCE
The singleton instance of the package.
-
USING_DATABASE_COPIES_VALUE
static final int USING_DATABASE_COPIES_VALUE
The meta object id for the 'Using Database Copies Value
' class.
-
USING_DATABASE_COPIES_VALUE__VALUE
static final int USING_DATABASE_COPIES_VALUE__VALUE
The feature id for the 'Value' containment reference.- See Also:
- Constant Field Values
-
USING_DATABASE_COPIES_VALUE_FEATURE_COUNT
static final int USING_DATABASE_COPIES_VALUE_FEATURE_COUNT
The number of structural features of the 'Using Database Copies Value' class.- See Also:
- Constant Field Values
-
USING_DATABASE_COPIES_VALUE_OPERATION_COUNT
static final int USING_DATABASE_COPIES_VALUE_OPERATION_COUNT
The number of operations of the 'Using Database Copies Value' class.- See Also:
- Constant Field Values
-
USING_DATABASE_COPIES
static final int USING_DATABASE_COPIES
The meta object id for the 'Using Database Copies
' class.
-
USING_DATABASE_COPIES__ITEMS
static final int USING_DATABASE_COPIES__ITEMS
The feature id for the 'Items' containment reference list.- See Also:
- Constant Field Values
-
USING_DATABASE_COPIES_FEATURE_COUNT
static final int USING_DATABASE_COPIES_FEATURE_COUNT
The number of structural features of the 'Using Database Copies' class.- See Also:
- Constant Field Values
-
USING_DATABASE_COPIES_OPERATION_COUNT
static final int USING_DATABASE_COPIES_OPERATION_COUNT
The number of operations of the 'Using Database Copies' class.- See Also:
- Constant Field Values
-
USING_DATABASE_COPY
static final int USING_DATABASE_COPY
The meta object id for the 'Using Database Copy
' class.
-
USING_DATABASE_COPY__NAME
static final int USING_DATABASE_COPY__NAME
The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
USING_DATABASE_COPY_FEATURE_COUNT
static final int USING_DATABASE_COPY_FEATURE_COUNT
The number of structural features of the 'Using Database Copy' class.- See Also:
- Constant Field Values
-
USING_DATABASE_COPY_OPERATION_COUNT
static final int USING_DATABASE_COPY_OPERATION_COUNT
The number of operations of the 'Using Database Copy' class.- See Also:
- Constant Field Values
-
DATABASE_COPIES_USE
static final int DATABASE_COPIES_USE
The meta object id for the 'Database Copies Use
' enum.
-
-
Method Detail
-
getUsingDatabaseCopiesValue
org.eclipse.emf.ecore.EClass getUsingDatabaseCopiesValue()
Returns the meta object for class 'Using Database Copies Value
'.- Returns:
- the meta object for class 'Using Database Copies Value'.
- See Also:
UsingDatabaseCopiesValue
-
getUsingDatabaseCopiesValue_Value
org.eclipse.emf.ecore.EReference getUsingDatabaseCopiesValue_Value()
Returns the meta object for the containment reference 'Value
'.- Returns:
- the meta object for the containment reference 'Value'.
- See Also:
UsingDatabaseCopiesValue.getValue()
,getUsingDatabaseCopiesValue()
-
getUsingDatabaseCopies
org.eclipse.emf.ecore.EClass getUsingDatabaseCopies()
Returns the meta object for class 'Using Database Copies
'.- Returns:
- the meta object for class 'Using Database Copies'.
- See Also:
UsingDatabaseCopies
-
getUsingDatabaseCopies_Items
org.eclipse.emf.ecore.EReference getUsingDatabaseCopies_Items()
Returns the meta object for the containment reference list 'Items
'.- Returns:
- the meta object for the containment reference list 'Items'.
- See Also:
UsingDatabaseCopies.getItems()
,getUsingDatabaseCopies()
-
getUsingDatabaseCopy
org.eclipse.emf.ecore.EClass getUsingDatabaseCopy()
Returns the meta object for class 'Using Database Copy
'.- Returns:
- the meta object for class 'Using Database Copy'.
- See Also:
UsingDatabaseCopy
-
getUsingDatabaseCopy_Name
org.eclipse.emf.ecore.EAttribute getUsingDatabaseCopy_Name()
Returns the meta object for the attribute 'Name
'.- Returns:
- the meta object for the attribute 'Name'.
- See Also:
UsingDatabaseCopy.getName()
,getUsingDatabaseCopy()
-
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:
DatabaseCopiesUse
-
getDcsDbCopiesFactory
DcsDbCopiesFactory getDcsDbCopiesFactory()
Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
-
-