public interface UnresolvedPackage
The Package for the model. It contains accessors for the meta objects to represent
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 |
---|
static final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final UnresolvedPackage eINSTANCE
static final int UNRESOLVED_CLASS
Class
' class.
UnresolvedClassImpl
,
UnresolvedPackageImpl.getUnresolvedClass()
,
Constant Field Valuesstatic final int UNRESOLVED_CLASS__UNRESOLVED_ATTRIBUTE
static final int UNRESOLVED_CLASS__UNRESOLVED_REFERENCE
static final int UNRESOLVED_CLASS_FEATURE_COUNT
static final int UNRESOLVED_ENUM
Enum
' enum.
UnresolvedEnum
,
UnresolvedPackageImpl.getUnresolvedEnum()
,
Constant Field Valuesstatic final int UNRESOLVED_DATA_TYPE
String
,
UnresolvedPackageImpl.getUnresolvedDataType()
,
Constant Field ValuesMethod Detail |
---|
org.eclipse.emf.ecore.EClass getUnresolvedClass()
Class
'.
UnresolvedClass
org.eclipse.emf.ecore.EAttribute getUnresolvedClass_UnresolvedAttribute()
Unresolved Attribute
'.
UnresolvedClass.getUnresolvedAttribute()
,
getUnresolvedClass()
org.eclipse.emf.ecore.EReference getUnresolvedClass_UnresolvedReference()
Unresolved Reference
'.
UnresolvedClass.getUnresolvedReference()
,
getUnresolvedClass()
org.eclipse.emf.ecore.EEnum getUnresolvedEnum()
Enum
'.
UnresolvedEnum
org.eclipse.emf.ecore.EDataType getUnresolvedDataType()
Data Type
'.
String
UnresolvedFactory getUnresolvedFactory()