unresolved
Interface UnresolvedPackage

All Superinterfaces:
org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EPackage, org.eclipse.emf.common.notify.Notifier

public interface UnresolvedPackage
extends org.eclipse.emf.ecore.EPackage

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

See Also:
UnresolvedFactory

Nested Class Summary
static interface UnresolvedPackage.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 UnresolvedPackage 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 UNRESOLVED_CLASS
          The meta object id for the 'Class' class.
static int UNRESOLVED_CLASS__UNRESOLVED_ATTRIBUTE
          The feature id for the 'Unresolved Attribute' attribute.
static int UNRESOLVED_CLASS__UNRESOLVED_REFERENCE
          The feature id for the 'Unresolved Reference' reference.
static int UNRESOLVED_CLASS_FEATURE_COUNT
          The number of structural features of the 'Class' class.
static int UNRESOLVED_DATA_TYPE
          The meta object id for the 'Data Type' data type.
static int UNRESOLVED_ENUM
          The meta object id for the 'Enum' enum.
 
Method Summary
 org.eclipse.emf.ecore.EAttribute getUnresolvedClass_UnresolvedAttribute()
          Returns the meta object for the attribute 'Unresolved Attribute'.
 org.eclipse.emf.ecore.EReference getUnresolvedClass_UnresolvedReference()
          Returns the meta object for the reference 'Unresolved Reference'.
 org.eclipse.emf.ecore.EClass getUnresolvedClass()
          Returns the meta object for class 'Class'.
 org.eclipse.emf.ecore.EDataType getUnresolvedDataType()
          Returns the meta object for data type 'Data Type'.
 org.eclipse.emf.ecore.EEnum getUnresolvedEnum()
          Returns the meta object for enum 'Enum'.
 UnresolvedFactory getUnresolvedFactory()
          Returns the factory that creates the instances of the model.
 
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

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 UnresolvedPackage eINSTANCE
The singleton instance of the package.


UNRESOLVED_CLASS

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

See Also:
UnresolvedClassImpl, UnresolvedPackageImpl.getUnresolvedClass(), Constant Field Values

UNRESOLVED_CLASS__UNRESOLVED_ATTRIBUTE

static final int UNRESOLVED_CLASS__UNRESOLVED_ATTRIBUTE
The feature id for the 'Unresolved Attribute' attribute.

See Also:
Constant Field Values

UNRESOLVED_CLASS__UNRESOLVED_REFERENCE

static final int UNRESOLVED_CLASS__UNRESOLVED_REFERENCE
The feature id for the 'Unresolved Reference' reference.

See Also:
Constant Field Values

UNRESOLVED_CLASS_FEATURE_COUNT

static final int UNRESOLVED_CLASS_FEATURE_COUNT
The number of structural features of the 'Class' class.

See Also:
Constant Field Values

UNRESOLVED_ENUM

static final int UNRESOLVED_ENUM
The meta object id for the 'Enum' enum.

See Also:
UnresolvedEnum, UnresolvedPackageImpl.getUnresolvedEnum(), Constant Field Values

UNRESOLVED_DATA_TYPE

static final int UNRESOLVED_DATA_TYPE
The meta object id for the 'Data Type' data type.

See Also:
String, UnresolvedPackageImpl.getUnresolvedDataType(), Constant Field Values
Method Detail

getUnresolvedClass

org.eclipse.emf.ecore.EClass getUnresolvedClass()
Returns the meta object for class 'Class'.

Returns:
the meta object for class 'Class'.
See Also:
UnresolvedClass

getUnresolvedClass_UnresolvedAttribute

org.eclipse.emf.ecore.EAttribute getUnresolvedClass_UnresolvedAttribute()
Returns the meta object for the attribute 'Unresolved Attribute'.

Returns:
the meta object for the attribute 'Unresolved Attribute'.
See Also:
UnresolvedClass.getUnresolvedAttribute(), getUnresolvedClass()

getUnresolvedClass_UnresolvedReference

org.eclipse.emf.ecore.EReference getUnresolvedClass_UnresolvedReference()
Returns the meta object for the reference 'Unresolved Reference'.

Returns:
the meta object for the reference 'Unresolved Reference'.
See Also:
UnresolvedClass.getUnresolvedReference(), getUnresolvedClass()

getUnresolvedEnum

org.eclipse.emf.ecore.EEnum getUnresolvedEnum()
Returns the meta object for enum 'Enum'.

Returns:
the meta object for enum 'Enum'.
See Also:
UnresolvedEnum

getUnresolvedDataType

org.eclipse.emf.ecore.EDataType getUnresolvedDataType()
Returns the meta object for data type 'Data Type'.

Returns:
the meta object for data type 'Data Type'.
See Also:
String

getUnresolvedFactory

UnresolvedFactory getUnresolvedFactory()
Returns the factory that creates the instances of the model.

Returns:
the factory that creates the instances of the model.