org.eclipse.emf.ecp.view.spi.indexdmr.model
Interface VIndexdmrPackage

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:
VIndexdmrPackageImpl

public interface VIndexdmrPackage
extends org.eclipse.emf.ecore.EPackage

The Package for the model. It contains accessors for the meta objects to represent

See Also:
VIndexdmrFactory

Nested Class Summary
static interface VIndexdmrPackage.Literals
          Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
org.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.EPackage.Registry
 
Field Summary
static VIndexdmrPackage 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 INDEX_DOMAIN_MODEL_REFERENCE
          The meta object id for the ' Index Domain Model Reference' class.
static int INDEX_DOMAIN_MODEL_REFERENCE__CHANGE_LISTENER
          The feature id for the 'Change Listener' attribute list.
static int INDEX_DOMAIN_MODEL_REFERENCE__DOMAIN_MODEL_EFEATURE
          The feature id for the 'Domain Model EFeature' reference.
static int INDEX_DOMAIN_MODEL_REFERENCE__DOMAIN_MODEL_EREFERENCE_PATH
          The feature id for the 'Domain Model EReference Path' reference list.
static int INDEX_DOMAIN_MODEL_REFERENCE__INDEX
          The feature id for the 'Index' attribute.
static int INDEX_DOMAIN_MODEL_REFERENCE__PREFIX_DMR
          The feature id for the 'Prefix DMR' containment reference.
static int INDEX_DOMAIN_MODEL_REFERENCE__TARGET_DMR
          The feature id for the 'Target DMR' containment reference.
static int INDEX_DOMAIN_MODEL_REFERENCE_FEATURE_COUNT
          The number of structural features of the 'Index Domain Model Reference' class.
 
Method Summary
 VIndexdmrFactory getIndexdmrFactory()
          Returns the factory that creates the instances of the model.
 org.eclipse.emf.ecore.EAttribute getIndexDomainModelReference_Index()
          Returns the meta object for the attribute ' Index'.
 org.eclipse.emf.ecore.EReference getIndexDomainModelReference_PrefixDMR()
          Returns the meta object for the containment reference ' Prefix DMR'.
 org.eclipse.emf.ecore.EReference getIndexDomainModelReference_TargetDMR()
          Returns the meta object for the containment reference ' Target DMR'.
 org.eclipse.emf.ecore.EClass getIndexDomainModelReference()
          Returns the meta object for class 'Index Domain Model Reference'.
 
Methods inherited from interface org.eclipse.emf.ecore.EPackage
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
 
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
 
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
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

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 VIndexdmrPackage eINSTANCE
The singleton instance of the package.


INDEX_DOMAIN_MODEL_REFERENCE

static final int INDEX_DOMAIN_MODEL_REFERENCE
The meta object id for the ' Index Domain Model Reference' class.

See Also:
VIndexDomainModelReferenceImpl, VIndexdmrPackageImpl.getIndexDomainModelReference(), Constant Field Values

INDEX_DOMAIN_MODEL_REFERENCE__CHANGE_LISTENER

static final int INDEX_DOMAIN_MODEL_REFERENCE__CHANGE_LISTENER
The feature id for the 'Change Listener' attribute list.

See Also:
Constant Field Values

INDEX_DOMAIN_MODEL_REFERENCE__DOMAIN_MODEL_EFEATURE

static final int INDEX_DOMAIN_MODEL_REFERENCE__DOMAIN_MODEL_EFEATURE
The feature id for the 'Domain Model EFeature' reference.

See Also:
Constant Field Values

INDEX_DOMAIN_MODEL_REFERENCE__DOMAIN_MODEL_EREFERENCE_PATH

static final int INDEX_DOMAIN_MODEL_REFERENCE__DOMAIN_MODEL_EREFERENCE_PATH
The feature id for the 'Domain Model EReference Path' reference list.

See Also:
Constant Field Values

INDEX_DOMAIN_MODEL_REFERENCE__PREFIX_DMR

static final int INDEX_DOMAIN_MODEL_REFERENCE__PREFIX_DMR
The feature id for the 'Prefix DMR' containment reference.

Since:
1.6
See Also:
Constant Field Values

INDEX_DOMAIN_MODEL_REFERENCE__INDEX

static final int INDEX_DOMAIN_MODEL_REFERENCE__INDEX
The feature id for the 'Index' attribute.

See Also:
Constant Field Values

INDEX_DOMAIN_MODEL_REFERENCE__TARGET_DMR

static final int INDEX_DOMAIN_MODEL_REFERENCE__TARGET_DMR
The feature id for the 'Target DMR' containment reference.

See Also:
Constant Field Values

INDEX_DOMAIN_MODEL_REFERENCE_FEATURE_COUNT

static final int INDEX_DOMAIN_MODEL_REFERENCE_FEATURE_COUNT
The number of structural features of the 'Index Domain Model Reference' class.

See Also:
Constant Field Values
Method Detail

getIndexDomainModelReference

org.eclipse.emf.ecore.EClass getIndexDomainModelReference()
Returns the meta object for class 'Index Domain Model Reference'.

Returns:
the meta object for class 'Index Domain Model Reference'.
See Also:
VIndexDomainModelReference

getIndexDomainModelReference_PrefixDMR

org.eclipse.emf.ecore.EReference getIndexDomainModelReference_PrefixDMR()
Returns the meta object for the containment reference ' Prefix DMR'.

Returns:
the meta object for the containment reference 'Prefix DMR'.
Since:
1.6
See Also:
VIndexDomainModelReference.getPrefixDMR(), getIndexDomainModelReference()

getIndexDomainModelReference_TargetDMR

org.eclipse.emf.ecore.EReference getIndexDomainModelReference_TargetDMR()
Returns the meta object for the containment reference ' Target DMR'.

Returns:
the meta object for the containment reference 'Target DMR'.
See Also:
VIndexDomainModelReference.getTargetDMR(), getIndexDomainModelReference()

getIndexDomainModelReference_Index

org.eclipse.emf.ecore.EAttribute getIndexDomainModelReference_Index()
Returns the meta object for the attribute ' Index'.

Returns:
the meta object for the attribute 'Index'.
See Also:
VIndexDomainModelReference.getIndex(), getIndexDomainModelReference()

getIndexdmrFactory

VIndexdmrFactory getIndexdmrFactory()
Returns the factory that creates the instances of the model.

Returns:
the factory that creates the instances of the model.


Copyright © 2015. All Rights Reserved.