|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CommonPackage
The Package for the model. It contains accessors for the meta objects to represent
CommonFactory| Nested Class Summary | |
|---|---|
static interface |
CommonPackage.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 int |
ECOLLECTION
The meta object id for the ' ECollection' class. |
static int |
ECOLLECTION__CONTENTS
The feature id for the 'Contents' reference list. |
static int |
ECOLLECTION_FEATURE_COUNT
The number of structural features of the 'ECollection' class. |
static int |
ECONTAINER
The meta object id for the ' EContainer' class. |
static int |
ECONTAINER__CONTAINEES
The feature id for the 'Containees' containment reference list. |
static int |
ECONTAINER__CONTENTS
The feature id for the 'Contents' reference list. |
static int |
ECONTAINER_FEATURE_COUNT
The number of structural features of the 'EContainer' class. |
static int |
EFILE
The meta object id for the 'EFile' data type. |
static CommonPackage |
eINSTANCE
The singleton instance of the package. |
static int |
EITERATOR
The meta object id for the 'EIterator' data type. |
static int |
EJAVA_COLLECTION
The meta object id for the 'EJava Collection' data type. |
static java.lang.String |
eNAME
The package name. |
static int |
ENOT_CONTAINER
The meta object id for the ' ENot Container' class. |
static int |
ENOT_CONTAINER__CONTENTS
The feature id for the 'Contents' reference list. |
static int |
ENOT_CONTAINER__ELEMENTS
The feature id for the 'Elements' reference list. |
static int |
ENOT_CONTAINER_FEATURE_COUNT
The number of structural features of the 'ENot Container' class. |
static java.lang.String |
eNS_PREFIX
The package namespace name. |
static java.lang.String |
eNS_URI
The package namespace URI. |
static int |
EOBJECT_WITH_CONTAINER_ID
The meta object id for the ' EObject With Container Id' class. |
static int |
EOBJECT_WITH_CONTAINER_ID__ID
The feature id for the 'Id' attribute. |
static int |
EOBJECT_WITH_CONTAINER_ID_FEATURE_COUNT
The number of structural features of the 'EObject With Container Id' class. |
static int |
EPAIR
The meta object id for the ' EPair' class. |
static int |
EPAIR__X
The feature id for the 'X' reference. |
static int |
EPAIR__Y
The feature id for the 'Y' reference. |
static int |
EPAIR_FEATURE_COUNT
The number of structural features of the 'EPair' class. |
static int |
ERELATION
The meta object id for the ' ERelation' class. |
static int |
ERELATION__CONTAINEES
The feature id for the 'Containees' containment reference list. |
static int |
ERELATION__CONTENTS
The feature id for the 'Contents' reference list. |
static int |
ERELATION__NAME
The feature id for the 'Name' attribute. |
static int |
ERELATION_FEATURE_COUNT
The number of structural features of the 'ERelation' class. |
static int |
ESTRING_HOLDER
The meta object id for the ' EString Holder' class. |
static int |
ESTRING_HOLDER__VALUE
The feature id for the 'Value' attribute. |
static int |
ESTRING_HOLDER_FEATURE_COUNT
The number of structural features of the 'EString Holder' class. |
| Method Summary | |
|---|---|
CommonFactory |
getCommonFactory()
Returns the factory that creates the instances of the model. |
org.eclipse.emf.ecore.EReference |
getECollection_Contents()
Returns the meta object for the reference list ' Contents'. |
org.eclipse.emf.ecore.EClass |
getECollection()
Returns the meta object for class ' ECollection'. |
org.eclipse.emf.ecore.EReference |
getEContainer_Containees()
Returns the meta object for the containment reference list ' Containees'. |
org.eclipse.emf.ecore.EClass |
getEContainer()
Returns the meta object for class ' EContainer'. |
org.eclipse.emf.ecore.EDataType |
getEFile()
Returns the meta object for data type ' EFile'. |
org.eclipse.emf.ecore.EDataType |
getEIterator()
Returns the meta object for data type ' EIterator'. |
org.eclipse.emf.ecore.EDataType |
getEJavaCollection()
Returns the meta object for data type ' EJava Collection'. |
org.eclipse.emf.ecore.EReference |
getENotContainer_Elements()
Returns the meta object for the reference list ' Elements'. |
org.eclipse.emf.ecore.EClass |
getENotContainer()
Returns the meta object for class ' ENot Container'. |
org.eclipse.emf.ecore.EAttribute |
getEObjectWithContainerId_Id()
Returns the meta object for the attribute ' Id'. |
org.eclipse.emf.ecore.EClass |
getEObjectWithContainerId()
Returns the meta object for class ' EObject With Container Id'. |
org.eclipse.emf.ecore.EReference |
getEPair_X()
Returns the meta object for the reference ' X'. |
org.eclipse.emf.ecore.EReference |
getEPair_Y()
Returns the meta object for the reference ' Y'. |
org.eclipse.emf.ecore.EClass |
getEPair()
Returns the meta object for class ' EPair'. |
org.eclipse.emf.ecore.EAttribute |
getERelation_Name()
Returns the meta object for the attribute ' Name'. |
org.eclipse.emf.ecore.EClass |
getERelation()
Returns the meta object for class ' ERelation'. |
org.eclipse.emf.ecore.EAttribute |
getEStringHolder_Value()
Returns the meta object for the attribute ' Value'. |
org.eclipse.emf.ecore.EClass |
getEStringHolder()
Returns the meta object for class ' EString Holder'. |
| 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, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
|---|
eAdapters, eDeliver, eNotify, eSetDeliver |
| Field Detail |
|---|
static final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final CommonPackage eINSTANCE
static final int ECOLLECTION
ECollection' class.
ECollection,
CommonPackageImpl.getECollection(),
Constant Field Valuesstatic final int ECOLLECTION__CONTENTS
static final int ECOLLECTION_FEATURE_COUNT
static final int EPAIR
EPair' class.
EPairImpl,
CommonPackageImpl.getEPair(),
Constant Field Valuesstatic final int EPAIR__X
static final int EPAIR__Y
static final int EPAIR_FEATURE_COUNT
static final int ECONTAINER
EContainer' class.
EContainerImpl,
CommonPackageImpl.getEContainer(),
Constant Field Valuesstatic final int ECONTAINER__CONTENTS
static final int ECONTAINER__CONTAINEES
static final int ECONTAINER_FEATURE_COUNT
static final int ERELATION
ERelation' class.
ERelationImpl,
CommonPackageImpl.getERelation(),
Constant Field Valuesstatic final int ERELATION__CONTENTS
static final int ERELATION__CONTAINEES
static final int ERELATION__NAME
static final int ERELATION_FEATURE_COUNT
static final int ENOT_CONTAINER
ENot Container' class.
ENotContainerImpl,
CommonPackageImpl.getENotContainer(),
Constant Field Valuesstatic final int ENOT_CONTAINER__CONTENTS
static final int ENOT_CONTAINER__ELEMENTS
static final int ENOT_CONTAINER_FEATURE_COUNT
static final int ESTRING_HOLDER
EString Holder' class.
EStringHolderImpl,
CommonPackageImpl.getEStringHolder(),
Constant Field Valuesstatic final int ESTRING_HOLDER__VALUE
static final int ESTRING_HOLDER_FEATURE_COUNT
static final int EOBJECT_WITH_CONTAINER_ID
EObject With Container Id' class.
EObjectWithContainerIdImpl,
CommonPackageImpl.getEObjectWithContainerId(),
Constant Field Valuesstatic final int EOBJECT_WITH_CONTAINER_ID__ID
static final int EOBJECT_WITH_CONTAINER_ID_FEATURE_COUNT
static final int EJAVA_COLLECTION
Collection,
CommonPackageImpl.getEJavaCollection(),
Constant Field Valuesstatic final int EFILE
File,
CommonPackageImpl.getEFile(),
Constant Field Valuesstatic final int EITERATOR
Iterator,
CommonPackageImpl.getEIterator(),
Constant Field Values| Method Detail |
|---|
org.eclipse.emf.ecore.EClass getECollection()
ECollection'.
ECollectionorg.eclipse.emf.ecore.EReference getECollection_Contents()
Contents'.
ECollection.getContents(),
getECollection()org.eclipse.emf.ecore.EClass getEPair()
EPair'.
EPairorg.eclipse.emf.ecore.EReference getEPair_X()
X'.
EPair.getX(),
getEPair()org.eclipse.emf.ecore.EReference getEPair_Y()
Y'.
EPair.getY(),
getEPair()org.eclipse.emf.ecore.EClass getERelation()
ERelation'.
ERelationorg.eclipse.emf.ecore.EAttribute getERelation_Name()
Name'.
ERelation.getName(),
getERelation()org.eclipse.emf.ecore.EClass getEContainer()
EContainer'.
EContainerorg.eclipse.emf.ecore.EReference getEContainer_Containees()
Containees'.
EContainer.getContainees(),
getEContainer()org.eclipse.emf.ecore.EClass getENotContainer()
ENot Container'.
ENotContainerorg.eclipse.emf.ecore.EReference getENotContainer_Elements()
Elements'.
ENotContainer.getElements(),
getENotContainer()org.eclipse.emf.ecore.EClass getEStringHolder()
EString Holder'.
EStringHolderorg.eclipse.emf.ecore.EAttribute getEStringHolder_Value()
Value'.
EStringHolder.getValue(),
getEStringHolder()org.eclipse.emf.ecore.EClass getEObjectWithContainerId()
EObject With Container Id'.
EObjectWithContainerIdorg.eclipse.emf.ecore.EAttribute getEObjectWithContainerId_Id()
Id'.
EObjectWithContainerId.getId(),
getEObjectWithContainerId()org.eclipse.emf.ecore.EDataType getEJavaCollection()
EJava Collection'.
Collectionorg.eclipse.emf.ecore.EDataType getEFile()
EFile'.
Fileorg.eclipse.emf.ecore.EDataType getEIterator()
EIterator'.
IteratorCommonFactory getCommonFactory()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||