org.eclipse.emf.test.databinding.emfdb
Interface EmfdbPackage

All Superinterfaces:
EModelElement, ENamedElement, EObject, EPackage, Notifier
All Known Implementing Classes:
EmfdbPackageImpl

public interface EmfdbPackage
extends EPackage

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

See Also:
EmfdbFactory

Nested Class Summary
static interface EmfdbPackage.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
EPackage.Descriptor, EPackage.Registry
 
Field Summary
static int A
          The meta object id for the 'A' class
static int A__BLIST
          The feature id for the 'Blist' containment reference list
static int A__STRING
          The feature id for the 'String' attribute
static int A_FEATURE_COUNT
          The number of structural features of the 'A' class
static int B
          The meta object id for the 'B' class
static int B__STRING
          The feature id for the 'String' attribute
static int B_FEATURE_COUNT
          The number of structural features of the 'B' class
static EmfdbPackage eINSTANCE
          The singleton instance of the package
static java.lang.String eNAME
          The package name
static java.lang.String eNS_PREFIX
          The package namespace name
static java.lang.String eNS_URI
          The package namespace URI
 
Method Summary
 EReference getA_Blist()
          Returns the meta object for the containment reference list 'Blist'
 EAttribute getA_String()
          Returns the meta object for the attribute 'String'
 EClass getA()
          Returns the meta object for class 'A'
 EAttribute getB_String()
          Returns the meta object for the attribute 'String'
 EClass getB()
          Returns the meta object for class 'B'
 EmfdbFactory getEmfdbFactory()
          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 java.lang.String eNAME
The package name.

See Also:
Constant Field Values

eNS_URI

static final java.lang.String eNS_URI
The package namespace URI.

See Also:
Constant Field Values

eNS_PREFIX

static final java.lang.String eNS_PREFIX
The package namespace name.

See Also:
Constant Field Values

eINSTANCE

static final EmfdbPackage eINSTANCE
The singleton instance of the package.


A

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

See Also:
AImpl, EmfdbPackageImpl.getA(), Constant Field Values

A__STRING

static final int A__STRING
The feature id for the 'String' attribute.

See Also:
Constant Field Values

A__BLIST

static final int A__BLIST
The feature id for the 'Blist' containment reference list.

See Also:
Constant Field Values

A_FEATURE_COUNT

static final int A_FEATURE_COUNT
The number of structural features of the 'A' class.

See Also:
Constant Field Values

B

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

See Also:
BImpl, EmfdbPackageImpl.getB(), Constant Field Values

B__STRING

static final int B__STRING
The feature id for the 'String' attribute.

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
Method Detail

getA

EClass getA()
Returns the meta object for class 'A'.

Returns:
the meta object for class 'A'.
See Also:
A

getA_String

EAttribute getA_String()
Returns the meta object for the attribute 'String'.

Returns:
the meta object for the attribute 'String'.
See Also:
A.getString(), getA()

getA_Blist

EReference getA_Blist()
Returns the meta object for the containment reference list 'Blist'.

Returns:
the meta object for the containment reference list 'Blist'.
See Also:
A.getBlist(), getA()

getB

EClass getB()
Returns the meta object for class 'B'.

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

getB_String

EAttribute getB_String()
Returns the meta object for the attribute 'String'.

Returns:
the meta object for the attribute 'String'.
See Also:
B.getString(), getB()

getEmfdbFactory

EmfdbFactory getEmfdbFactory()
Returns the factory that creates the instances of the model.

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

Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.