com.ibm.wala.ecore.common
Interface CommonPackage.Literals

Enclosing interface:
CommonPackage

public static interface CommonPackage.Literals

Defines literals for the meta objects that represent


Field Summary
static org.eclipse.emf.ecore.EClass ECOLLECTION
          The meta object literal for the 'ECollection' class.
static org.eclipse.emf.ecore.EReference ECOLLECTION__CONTENTS
          The meta object literal for the 'Contents' reference list feature.
static org.eclipse.emf.ecore.EClass ECONTAINER
          The meta object literal for the 'EContainer' class.
static org.eclipse.emf.ecore.EReference ECONTAINER__CONTAINEES
          The meta object literal for the 'Containees' containment reference list feature.
static org.eclipse.emf.ecore.EDataType EFILE
          The meta object literal for the 'EFile' data type.
static org.eclipse.emf.ecore.EDataType EITERATOR
          The meta object literal for the 'EIterator' data type.
static org.eclipse.emf.ecore.EDataType EJAVA_COLLECTION
          The meta object literal for the 'EJava Collection' data type.
static org.eclipse.emf.ecore.EClass ENOT_CONTAINER
          The meta object literal for the 'ENot Container' class.
static org.eclipse.emf.ecore.EReference ENOT_CONTAINER__ELEMENTS
          The meta object literal for the 'Elements' reference list feature.
static org.eclipse.emf.ecore.EClass EOBJECT_WITH_CONTAINER_ID
          The meta object literal for the 'EObject With Container Id' class.
static org.eclipse.emf.ecore.EAttribute EOBJECT_WITH_CONTAINER_ID__ID
          The meta object literal for the 'Id' attribute feature.
static org.eclipse.emf.ecore.EClass EPAIR
          The meta object literal for the 'EPair' class.
static org.eclipse.emf.ecore.EReference EPAIR__X
          The meta object literal for the 'X' reference feature.
static org.eclipse.emf.ecore.EReference EPAIR__Y
          The meta object literal for the 'Y' reference feature.
static org.eclipse.emf.ecore.EClass ERELATION
          The meta object literal for the 'ERelation' class.
static org.eclipse.emf.ecore.EAttribute ERELATION__NAME
          The meta object literal for the 'Name' attribute feature.
static org.eclipse.emf.ecore.EClass ESTRING_HOLDER
          The meta object literal for the 'EString Holder' class.
static org.eclipse.emf.ecore.EAttribute ESTRING_HOLDER__VALUE
          The meta object literal for the 'Value' attribute feature.
 

Field Detail

ECOLLECTION

static final org.eclipse.emf.ecore.EClass ECOLLECTION
The meta object literal for the 'ECollection' class.

See Also:
ECollection, CommonPackageImpl.getECollection()

ECOLLECTION__CONTENTS

static final org.eclipse.emf.ecore.EReference ECOLLECTION__CONTENTS
The meta object literal for the 'Contents' reference list feature.


EPAIR

static final org.eclipse.emf.ecore.EClass EPAIR
The meta object literal for the 'EPair' class.

See Also:
EPairImpl, CommonPackageImpl.getEPair()

EPAIR__X

static final org.eclipse.emf.ecore.EReference EPAIR__X
The meta object literal for the 'X' reference feature.


EPAIR__Y

static final org.eclipse.emf.ecore.EReference EPAIR__Y
The meta object literal for the 'Y' reference feature.


ERELATION

static final org.eclipse.emf.ecore.EClass ERELATION
The meta object literal for the 'ERelation' class.

See Also:
ERelationImpl, CommonPackageImpl.getERelation()

ERELATION__NAME

static final org.eclipse.emf.ecore.EAttribute ERELATION__NAME
The meta object literal for the 'Name' attribute feature.


ECONTAINER

static final org.eclipse.emf.ecore.EClass ECONTAINER
The meta object literal for the 'EContainer' class.

See Also:
EContainerImpl, CommonPackageImpl.getEContainer()

ECONTAINER__CONTAINEES

static final org.eclipse.emf.ecore.EReference ECONTAINER__CONTAINEES
The meta object literal for the 'Containees' containment reference list feature.


ENOT_CONTAINER

static final org.eclipse.emf.ecore.EClass ENOT_CONTAINER
The meta object literal for the 'ENot Container' class.

See Also:
ENotContainerImpl, CommonPackageImpl.getENotContainer()

ENOT_CONTAINER__ELEMENTS

static final org.eclipse.emf.ecore.EReference ENOT_CONTAINER__ELEMENTS
The meta object literal for the 'Elements' reference list feature.


ESTRING_HOLDER

static final org.eclipse.emf.ecore.EClass ESTRING_HOLDER
The meta object literal for the 'EString Holder' class.

See Also:
EStringHolderImpl, CommonPackageImpl.getEStringHolder()

ESTRING_HOLDER__VALUE

static final org.eclipse.emf.ecore.EAttribute ESTRING_HOLDER__VALUE
The meta object literal for the 'Value' attribute feature.


EOBJECT_WITH_CONTAINER_ID

static final org.eclipse.emf.ecore.EClass EOBJECT_WITH_CONTAINER_ID
The meta object literal for the 'EObject With Container Id' class.

See Also:
EObjectWithContainerIdImpl, CommonPackageImpl.getEObjectWithContainerId()

EOBJECT_WITH_CONTAINER_ID__ID

static final org.eclipse.emf.ecore.EAttribute EOBJECT_WITH_CONTAINER_ID__ID
The meta object literal for the 'Id' attribute feature.


EJAVA_COLLECTION

static final org.eclipse.emf.ecore.EDataType EJAVA_COLLECTION
The meta object literal for the 'EJava Collection' data type.

See Also:
Collection, CommonPackageImpl.getEJavaCollection()

EFILE

static final org.eclipse.emf.ecore.EDataType EFILE
The meta object literal for the 'EFile' data type.

See Also:
File, CommonPackageImpl.getEFile()

EITERATOR

static final org.eclipse.emf.ecore.EDataType EITERATOR
The meta object literal for the 'EIterator' data type.

See Also:
Iterator, CommonPackageImpl.getEIterator()