|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface BuilderStatePackage
The Package for the model. It contains accessors for the meta objects to represent
BuilderStateFactory| Nested Class Summary | |
|---|---|
static interface |
BuilderStatePackage.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 BuilderStatePackage |
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 |
EOBJECT_DESCRIPTION
The meta object id for the ' EObject Description' class |
static int |
EOBJECT_DESCRIPTION__ECLASS
The feature id for the 'EClass' reference |
static int |
EOBJECT_DESCRIPTION__FRAGMENT
The feature id for the 'Fragment' attribute |
static int |
EOBJECT_DESCRIPTION__NAME
The feature id for the 'Name' attribute |
static int |
EOBJECT_DESCRIPTION__RESOURCE_DESCRIPTOR
The feature id for the 'Resource Descriptor' container reference |
static int |
EOBJECT_DESCRIPTION__USER_DATA
The feature id for the 'User Data' map |
static int |
EOBJECT_DESCRIPTION_FEATURE_COUNT
The number of structural features of the 'EObject Description' class |
static int |
ESTRING_ARRAY
The meta object id for the 'EString Array' data type |
static int |
EURI
The meta object id for the 'EURI' data type |
static int |
QUALIFIED_NAME
The meta object id for the 'Qualified Name' data type |
static int |
REFERENCE_DESCRIPTION
The meta object id for the ' Reference Description' class |
static int |
REFERENCE_DESCRIPTION__CONTAINER_EOBJECT_URI
The feature id for the 'Container EObject URI' attribute |
static int |
REFERENCE_DESCRIPTION__EXTERNAL_FORM_OF_EREFERENCE
The feature id for the 'External Form Of EReference' attribute |
static int |
REFERENCE_DESCRIPTION__INDEX_IN_LIST
The feature id for the 'Index In List' attribute |
static int |
REFERENCE_DESCRIPTION__SOURCE_EOBJECT_URI
The feature id for the 'Source EObject Uri' attribute |
static int |
REFERENCE_DESCRIPTION__TARGET_EOBJECT_URI
The feature id for the 'Target EObject Uri' attribute |
static int |
REFERENCE_DESCRIPTION_FEATURE_COUNT
The number of structural features of the 'Reference Description' class |
static int |
RESOURCE_DESCRIPTION
The meta object id for the ' Resource Description' class |
static int |
RESOURCE_DESCRIPTION__EXPORTED_OBJECTS
The feature id for the 'Exported Objects' containment reference list |
static int |
RESOURCE_DESCRIPTION__IMPORTED_NAMES
The feature id for the 'Imported Names' attribute list |
static int |
RESOURCE_DESCRIPTION__REFERENCE_DESCRIPTIONS
The feature id for the 'Reference Descriptions' containment reference list |
static int |
RESOURCE_DESCRIPTION__URI
The feature id for the 'URI' attribute |
static int |
RESOURCE_DESCRIPTION_FEATURE_COUNT
The number of structural features of the 'Resource Description' class |
static int |
USER_DATA_ENTRY
The meta object id for the ' User Data Entry' class |
static int |
USER_DATA_ENTRY__KEY
The feature id for the 'Key' attribute |
static int |
USER_DATA_ENTRY__VALUE
The feature id for the 'Value' attribute |
static int |
USER_DATA_ENTRY_FEATURE_COUNT
The number of structural features of the 'User Data Entry' class |
| Method Summary | |
|---|---|
BuilderStateFactory |
getBuilderStateFactory()
Returns the factory that creates the instances of the model |
org.eclipse.emf.ecore.EReference |
getEObjectDescription_EClass()
Returns the meta object for the reference ' EClass' |
org.eclipse.emf.ecore.EAttribute |
getEObjectDescription_Fragment()
Returns the meta object for the attribute ' Fragment' |
org.eclipse.emf.ecore.EAttribute |
getEObjectDescription_Name()
Returns the meta object for the attribute ' Name' |
org.eclipse.emf.ecore.EReference |
getEObjectDescription_ResourceDescriptor()
Returns the meta object for the container reference ' Resource Descriptor' |
org.eclipse.emf.ecore.EReference |
getEObjectDescription_UserData()
Returns the meta object for the map ' User Data' |
org.eclipse.emf.ecore.EClass |
getEObjectDescription()
Returns the meta object for class ' EObject Description' |
org.eclipse.emf.ecore.EDataType |
getEStringArray()
Returns the meta object for data type 'EString Array' |
org.eclipse.emf.ecore.EDataType |
getEURI()
Returns the meta object for data type ' EURI' |
org.eclipse.emf.ecore.EDataType |
getQualifiedName()
Returns the meta object for data type ' Qualified Name' |
org.eclipse.emf.ecore.EAttribute |
getReferenceDescription_ContainerEObjectURI()
Returns the meta object for the attribute ' Container EObject URI' |
org.eclipse.emf.ecore.EAttribute |
getReferenceDescription_ExternalFormOfEReference()
Returns the meta object for the attribute ' External Form Of EReference' |
org.eclipse.emf.ecore.EAttribute |
getReferenceDescription_IndexInList()
Returns the meta object for the attribute ' Index In List' |
org.eclipse.emf.ecore.EAttribute |
getReferenceDescription_SourceEObjectUri()
Returns the meta object for the attribute ' Source EObject Uri' |
org.eclipse.emf.ecore.EAttribute |
getReferenceDescription_TargetEObjectUri()
Returns the meta object for the attribute ' Target EObject Uri' |
org.eclipse.emf.ecore.EClass |
getReferenceDescription()
Returns the meta object for class ' Reference Description' |
org.eclipse.emf.ecore.EReference |
getResourceDescription_ExportedObjects()
Returns the meta object for the containment reference list ' Exported Objects' |
org.eclipse.emf.ecore.EAttribute |
getResourceDescription_ImportedNames()
Returns the meta object for the attribute list ' Imported Names' |
org.eclipse.emf.ecore.EReference |
getResourceDescription_ReferenceDescriptions()
Returns the meta object for the containment reference list ' Reference Descriptions' |
org.eclipse.emf.ecore.EAttribute |
getResourceDescription_URI()
Returns the meta object for the attribute ' URI' |
org.eclipse.emf.ecore.EClass |
getResourceDescription()
Returns the meta object for class ' Resource Description' |
org.eclipse.emf.ecore.EAttribute |
getUserDataEntry_Key()
Returns the meta object for the attribute ' Key' |
org.eclipse.emf.ecore.EAttribute |
getUserDataEntry_Value()
Returns the meta object for the attribute ' Value' |
org.eclipse.emf.ecore.EClass |
getUserDataEntry()
Returns the meta object for class ' User Data Entry' |
| 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, eInvoke, 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 BuilderStatePackage eINSTANCE
static final int RESOURCE_DESCRIPTION
Resource Description' class.
ResourceDescriptionImpl,
BuilderStatePackageImpl.getResourceDescription(),
Constant Field Valuesstatic final int RESOURCE_DESCRIPTION__URI
static final int RESOURCE_DESCRIPTION__EXPORTED_OBJECTS
static final int RESOURCE_DESCRIPTION__REFERENCE_DESCRIPTIONS
static final int RESOURCE_DESCRIPTION__IMPORTED_NAMES
static final int RESOURCE_DESCRIPTION_FEATURE_COUNT
static final int EOBJECT_DESCRIPTION
EObject Description' class.
EObjectDescriptionImpl,
BuilderStatePackageImpl.getEObjectDescription(),
Constant Field Valuesstatic final int EOBJECT_DESCRIPTION__FRAGMENT
static final int EOBJECT_DESCRIPTION__ECLASS
static final int EOBJECT_DESCRIPTION__RESOURCE_DESCRIPTOR
static final int EOBJECT_DESCRIPTION__USER_DATA
static final int EOBJECT_DESCRIPTION__NAME
static final int EOBJECT_DESCRIPTION_FEATURE_COUNT
static final int USER_DATA_ENTRY
User Data Entry' class.
UserDataEntryImpl,
BuilderStatePackageImpl.getUserDataEntry(),
Constant Field Valuesstatic final int USER_DATA_ENTRY__KEY
static final int USER_DATA_ENTRY__VALUE
static final int USER_DATA_ENTRY_FEATURE_COUNT
static final int REFERENCE_DESCRIPTION
Reference Description' class.
ReferenceDescriptionImpl,
BuilderStatePackageImpl.getReferenceDescription(),
Constant Field Valuesstatic final int REFERENCE_DESCRIPTION__SOURCE_EOBJECT_URI
static final int REFERENCE_DESCRIPTION__TARGET_EOBJECT_URI
static final int REFERENCE_DESCRIPTION__INDEX_IN_LIST
static final int REFERENCE_DESCRIPTION__EXTERNAL_FORM_OF_EREFERENCE
static final int REFERENCE_DESCRIPTION__CONTAINER_EOBJECT_URI
static final int REFERENCE_DESCRIPTION_FEATURE_COUNT
static final int EURI
URI,
BuilderStatePackageImpl.getEURI(),
Constant Field Valuesstatic final int ESTRING_ARRAY
BuilderStatePackageImpl.getEStringArray(),
Constant Field Valuesstatic final int QUALIFIED_NAME
QualifiedName,
BuilderStatePackageImpl.getQualifiedName(),
Constant Field Values| Method Detail |
|---|
org.eclipse.emf.ecore.EClass getResourceDescription()
Resource Description'.
IResourceDescriptionorg.eclipse.emf.ecore.EAttribute getResourceDescription_URI()
URI'.
IResourceDescription.getURI(),
getResourceDescription()org.eclipse.emf.ecore.EReference getResourceDescription_ExportedObjects()
Exported Objects'.
IResourceDescription.getExportedObjects(),
getResourceDescription()org.eclipse.emf.ecore.EAttribute getResourceDescription_ImportedNames()
Imported Names'.
IResourceDescription.getImportedNames(),
getResourceDescription()org.eclipse.emf.ecore.EReference getResourceDescription_ReferenceDescriptions()
Reference Descriptions'.
IResourceDescription.getReferenceDescriptions(),
getResourceDescription()org.eclipse.emf.ecore.EClass getEObjectDescription()
EObject Description'.
IEObjectDescriptionorg.eclipse.emf.ecore.EAttribute getEObjectDescription_Name()
Name'.
IEObjectDescription.getName(),
getEObjectDescription()org.eclipse.emf.ecore.EAttribute getEObjectDescription_Fragment()
Fragment'.
org.eclipse.xtext.resource.IEObjectDescription#getFragment(),
getEObjectDescription()org.eclipse.emf.ecore.EReference getEObjectDescription_EClass()
EClass'.
IEObjectDescription.getEClass(),
getEObjectDescription()org.eclipse.emf.ecore.EReference getEObjectDescription_ResourceDescriptor()
Resource Descriptor'.
org.eclipse.xtext.resource.IEObjectDescription#getResourceDescriptor(),
getEObjectDescription()org.eclipse.emf.ecore.EReference getEObjectDescription_UserData()
User Data'.
org.eclipse.xtext.resource.IEObjectDescription#getUserData(),
getEObjectDescription()org.eclipse.emf.ecore.EClass getUserDataEntry()
User Data Entry'.
Map.Entryorg.eclipse.emf.ecore.EAttribute getUserDataEntry_Key()
Key'.
Map.Entry,
getUserDataEntry()org.eclipse.emf.ecore.EAttribute getUserDataEntry_Value()
Value'.
Map.Entry,
getUserDataEntry()org.eclipse.emf.ecore.EClass getReferenceDescription()
Reference Description'.
IReferenceDescriptionorg.eclipse.emf.ecore.EAttribute getReferenceDescription_SourceEObjectUri()
Source EObject Uri'.
IReferenceDescription.getSourceEObjectUri(),
getReferenceDescription()org.eclipse.emf.ecore.EAttribute getReferenceDescription_TargetEObjectUri()
Target EObject Uri'.
IReferenceDescription.getTargetEObjectUri(),
getReferenceDescription()org.eclipse.emf.ecore.EAttribute getReferenceDescription_IndexInList()
Index In List'.
IReferenceDescription.getIndexInList(),
getReferenceDescription()org.eclipse.emf.ecore.EAttribute getReferenceDescription_ExternalFormOfEReference()
External Form Of EReference'.
org.eclipse.xtext.resource.IReferenceDescription#getExternalFormOfEReference(),
getReferenceDescription()org.eclipse.emf.ecore.EAttribute getReferenceDescription_ContainerEObjectURI()
Container EObject URI'.
IReferenceDescription.getContainerEObjectURI(),
getReferenceDescription()org.eclipse.emf.ecore.EDataType getEURI()
EURI'.
URIorg.eclipse.emf.ecore.EDataType getEStringArray()
org.eclipse.emf.ecore.EDataType getQualifiedName()
Qualified Name'.
QualifiedNameBuilderStateFactory getBuilderStateFactory()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||