org.eclipse.emf.test.models.dbprice
Interface DBPricePackage

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

public interface DBPricePackage
extends EPackage

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

See Also:
DBPriceFactory

Nested Class Summary
static interface DBPricePackage.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 DBPricePackage 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 PEN_TYPE
          The meta object id for the 'Pen Type' class
static int PEN_TYPE__PRICE
          The feature id for the 'Price' attribute
static int PEN_TYPE_FEATURE_COUNT
          The number of structural features of the 'Pen Type' class
static int PENCIL_TYPE
          The meta object id for the 'Pencil Type' class
static int PENCIL_TYPE__PRICE
          The feature id for the 'Price' attribute
static int PENCIL_TYPE_FEATURE_COUNT
          The number of structural features of the 'Pencil Type' class
 
Method Summary
 DBPriceFactory getDBPriceFactory()
          Returns the factory that creates the instances of the model
 EAttribute getPencilType_Price()
          Returns the meta object for the attribute 'Price'
 EClass getPencilType()
          Returns the meta object for class 'Pencil Type'
 EAttribute getPenType_Price()
          Returns the meta object for the attribute 'Price'
 EClass getPenType()
          Returns the meta object for class 'Pen Type'
 
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 DBPricePackage eINSTANCE
The singleton instance of the package.


PENCIL_TYPE

static final int PENCIL_TYPE
The meta object id for the 'Pencil Type' class.

See Also:
PencilTypeImpl, DBPricePackageImpl.getPencilType(), Constant Field Values

PENCIL_TYPE__PRICE

static final int PENCIL_TYPE__PRICE
The feature id for the 'Price' attribute.

See Also:
Constant Field Values

PENCIL_TYPE_FEATURE_COUNT

static final int PENCIL_TYPE_FEATURE_COUNT
The number of structural features of the 'Pencil Type' class.

See Also:
Constant Field Values

PEN_TYPE

static final int PEN_TYPE
The meta object id for the 'Pen Type' class.

See Also:
PenTypeImpl, DBPricePackageImpl.getPenType(), Constant Field Values

PEN_TYPE__PRICE

static final int PEN_TYPE__PRICE
The feature id for the 'Price' attribute.

See Also:
Constant Field Values

PEN_TYPE_FEATURE_COUNT

static final int PEN_TYPE_FEATURE_COUNT
The number of structural features of the 'Pen Type' class.

See Also:
Constant Field Values
Method Detail

getPencilType

EClass getPencilType()
Returns the meta object for class 'Pencil Type'.

Returns:
the meta object for class 'Pencil Type'.
See Also:
PencilType

getPencilType_Price

EAttribute getPencilType_Price()
Returns the meta object for the attribute 'Price'.

Returns:
the meta object for the attribute 'Price'.
See Also:
PencilType.getPrice(), getPencilType()

getPenType

EClass getPenType()
Returns the meta object for class 'Pen Type'.

Returns:
the meta object for class 'Pen Type'.
See Also:
PenType

getPenType_Price

EAttribute getPenType_Price()
Returns the meta object for the attribute 'Price'.

Returns:
the meta object for the attribute 'Price'.
See Also:
PenType.getPrice(), getPenType()

getDBPriceFactory

DBPriceFactory getDBPriceFactory()
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.