unresolved
Interface UnresolvedPackage.Literals

Enclosing interface:
UnresolvedPackage

public static interface UnresolvedPackage.Literals

Defines literals for the meta objects that represent


Field Summary
static org.eclipse.emf.ecore.EClass UNRESOLVED_CLASS
          The meta object literal for the 'Class' class.
static org.eclipse.emf.ecore.EAttribute UNRESOLVED_CLASS__UNRESOLVED_ATTRIBUTE
          The meta object literal for the 'Unresolved Attribute' attribute feature.
static org.eclipse.emf.ecore.EReference UNRESOLVED_CLASS__UNRESOLVED_REFERENCE
          The meta object literal for the 'Unresolved Reference' reference feature.
static org.eclipse.emf.ecore.EDataType UNRESOLVED_DATA_TYPE
          The meta object literal for the 'Data Type' data type.
static org.eclipse.emf.ecore.EEnum UNRESOLVED_ENUM
          The meta object literal for the 'Enum' enum.
 

Field Detail

UNRESOLVED_CLASS

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

See Also:
UnresolvedClassImpl, UnresolvedPackageImpl.getUnresolvedClass()

UNRESOLVED_CLASS__UNRESOLVED_ATTRIBUTE

static final org.eclipse.emf.ecore.EAttribute UNRESOLVED_CLASS__UNRESOLVED_ATTRIBUTE
The meta object literal for the 'Unresolved Attribute' attribute feature.


UNRESOLVED_CLASS__UNRESOLVED_REFERENCE

static final org.eclipse.emf.ecore.EReference UNRESOLVED_CLASS__UNRESOLVED_REFERENCE
The meta object literal for the 'Unresolved Reference' reference feature.


UNRESOLVED_ENUM

static final org.eclipse.emf.ecore.EEnum UNRESOLVED_ENUM
The meta object literal for the 'Enum' enum.

See Also:
UnresolvedEnum, UnresolvedPackageImpl.getUnresolvedEnum()

UNRESOLVED_DATA_TYPE

static final org.eclipse.emf.ecore.EDataType UNRESOLVED_DATA_TYPE
The meta object literal for the 'Data Type' data type.

See Also:
String, UnresolvedPackageImpl.getUnresolvedDataType()