org.eclipse.emf.test.models.ext
Interface ExtPackage

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

public interface ExtPackage
extends EPackage

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

See Also:
ExtFactory

Nested Class Summary
static interface ExtPackage.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 ExtPackage 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
static int EXT_E
          The meta object id for the 'E' class
static int EXT_E__D
          The feature id for the 'D' reference list
static int EXT_E__F
          The feature id for the 'F' containment reference list
static int EXT_E__IDS
          The feature id for the 'Ids' attribute list
static int EXT_E__LABELS
          The feature id for the 'Labels' attribute list
static int EXT_E__NAME
          The feature id for the 'Name' attribute
static int EXT_E__VALUE
          The feature id for the 'Value' attribute
static int EXT_E_FEATURE_COUNT
          The number of structural features of the 'E' class
static int F
          The meta object id for the 'F' class
static int F__E
          The feature id for the 'E' container reference
static int F__ID
          The feature id for the 'Id' attribute
static int F_FEATURE_COUNT
          The number of structural features of the 'F' class
 
Method Summary
 EReference getExtE_F()
          Returns the meta object for the containment reference list 'F'
 EAttribute getExtE_Value()
          Returns the meta object for the attribute 'Value'
 EClass getExtE()
          Returns the meta object for class 'E'
 ExtFactory getExtFactory()
          Returns the factory that creates the instances of the model
 EReference getF_E()
          Returns the meta object for the container reference 'E'
 EAttribute getF_Id()
          Returns the meta object for the attribute 'Id'
 EClass getF()
          Returns the meta object for class 'F'
 
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 ExtPackage eINSTANCE
The singleton instance of the package.


EXT_E

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

See Also:
ExtEImpl, ExtPackageImpl.getExtE(), Constant Field Values

EXT_E__NAME

static final int EXT_E__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values

EXT_E__IDS

static final int EXT_E__IDS
The feature id for the 'Ids' attribute list.

See Also:
Constant Field Values

EXT_E__LABELS

static final int EXT_E__LABELS
The feature id for the 'Labels' attribute list.

See Also:
Constant Field Values

EXT_E__D

static final int EXT_E__D
The feature id for the 'D' reference list.

See Also:
Constant Field Values

EXT_E__VALUE

static final int EXT_E__VALUE
The feature id for the 'Value' attribute.

See Also:
Constant Field Values

EXT_E__F

static final int EXT_E__F
The feature id for the 'F' containment reference list.

See Also:
Constant Field Values

EXT_E_FEATURE_COUNT

static final int EXT_E_FEATURE_COUNT
The number of structural features of the 'E' class.

See Also:
Constant Field Values

F

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

See Also:
FImpl, ExtPackageImpl.getF(), Constant Field Values

F__ID

static final int F__ID
The feature id for the 'Id' attribute.

See Also:
Constant Field Values

F__E

static final int F__E
The feature id for the 'E' container reference.

See Also:
Constant Field Values

F_FEATURE_COUNT

static final int F_FEATURE_COUNT
The number of structural features of the 'F' class.

See Also:
Constant Field Values
Method Detail

getExtE

EClass getExtE()
Returns the meta object for class 'E'.

Returns:
the meta object for class 'E'.
See Also:
ExtE

getExtE_Value

EAttribute getExtE_Value()
Returns the meta object for the attribute 'Value'.

Returns:
the meta object for the attribute 'Value'.
See Also:
ExtE.getValue(), getExtE()

getExtE_F

EReference getExtE_F()
Returns the meta object for the containment reference list 'F'.

Returns:
the meta object for the containment reference list 'F'.
See Also:
ExtE.getF(), getExtE()

getF

EClass getF()
Returns the meta object for class 'F'.

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

getF_Id

EAttribute getF_Id()
Returns the meta object for the attribute 'Id'.

Returns:
the meta object for the attribute 'Id'.
See Also:
F.getId(), getF()

getF_E

EReference getF_E()
Returns the meta object for the container reference 'E'.

Returns:
the meta object for the container reference 'E'.
See Also:
F.getE(), getF()

getExtFactory

ExtFactory getExtFactory()
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.