org.eclipse.emf.ecp.view.edapt.util.test.model.b
Interface EdaptTestBPackage

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

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

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

See Also:
EdaptTestBFactory

Nested Class Summary
static interface EdaptTestBPackage.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
 
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 int B
          The meta object id for the 'B' class.
static int B__A
          The feature id for the 'A' reference.
static int B__C
          The feature id for the 'C' reference.
static int B_FEATURE_COUNT
          The number of structural features of the 'B' class.
static int B_OPERATION_COUNT
          The number of operations of the 'B' class.
static EdaptTestBPackage 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
 org.eclipse.emf.ecore.EReference getB_A()
          Returns the meta object for the reference ' A'.
 org.eclipse.emf.ecore.EReference getB_C()
          Returns the meta object for the reference ' C'.
 org.eclipse.emf.ecore.EClass getB()
          Returns the meta object for class 'B '.
 EdaptTestBFactory getBFactory()
          Returns the factory that creates the instances of the model.
 
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 EdaptTestBPackage eINSTANCE
The singleton instance of the package.


B

static final int B
The meta object id for the 'B' class.

See Also:
EdaptTestBImpl, EdaptTestBPackageImpl.getB(), Constant Field Values

B__A

static final int B__A
The feature id for the 'A' reference.

See Also:
Constant Field Values

B__C

static final int B__C
The feature id for the 'C' reference.

See Also:
Constant Field Values

B_FEATURE_COUNT

static final int B_FEATURE_COUNT
The number of structural features of the 'B' class.

See Also:
Constant Field Values

B_OPERATION_COUNT

static final int B_OPERATION_COUNT
The number of operations of the 'B' class.

See Also:
Constant Field Values
Method Detail

getB

org.eclipse.emf.ecore.EClass getB()
Returns the meta object for class 'B '.

Returns:
the meta object for class 'B'.
See Also:
EdaptTestB

getB_A

org.eclipse.emf.ecore.EReference getB_A()
Returns the meta object for the reference ' A'.

Returns:
the meta object for the reference 'A'.
See Also:
EdaptTestB.getA(), getB()

getB_C

org.eclipse.emf.ecore.EReference getB_C()
Returns the meta object for the reference ' C'.

Returns:
the meta object for the reference 'C'.
See Also:
EdaptTestB.getC(), getB()

getBFactory

EdaptTestBFactory getBFactory()
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.