org.eclipse.emf.cdo.eresource
Interface EresourcePackage

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
All Known Implementing Classes:
EresourcePackageImpl

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

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

See Also:
EresourceFactory

Nested Class Summary
static interface EresourcePackage.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 int CDO_RESOURCE
          The meta object id for the 'CDO Resource' class.
static int CDO_RESOURCE__CONTENTS
          The feature id for the 'Contents' containment reference list.
static int CDO_RESOURCE__ERRORS
          The feature id for the 'Errors' attribute list.
static int CDO_RESOURCE__LOADED
          The feature id for the 'Loaded' attribute.
static int CDO_RESOURCE__MODIFIED
          The feature id for the 'Modified' attribute.
static int CDO_RESOURCE__PATH
          The feature id for the 'Path' attribute.
static int CDO_RESOURCE__RESOURCE_SET
          The feature id for the 'Resource Set' attribute.
static int CDO_RESOURCE__TIME_STAMP
          The feature id for the 'Time Stamp' attribute.
static int CDO_RESOURCE__TRACKING_MODIFICATION
          The feature id for the 'Tracking Modification' attribute.
static int CDO_RESOURCE__URI
          The feature id for the 'URI' attribute.
static int CDO_RESOURCE__WARNINGS
          The feature id for the 'Warnings' attribute list.
static int CDO_RESOURCE_FEATURE_COUNT
          The number of structural features of the 'CDO Resource' class.
static int DIAGNOSTIC
          The meta object id for the 'Diagnostic' data type.
static EresourcePackage 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 RESOURCE_SET
          The meta object id for the 'Resource Set' data type.
static int URI
          The meta object id for the 'URI' data type.
 
Method Summary
 org.eclipse.emf.ecore.EReference getCDOResource_Contents()
          Returns the meta object for the containment reference list ' Contents'.
 org.eclipse.emf.ecore.EAttribute getCDOResource_Errors()
          Returns the meta object for the attribute list 'Errors'.
 org.eclipse.emf.ecore.EAttribute getCDOResource_Loaded()
          Returns the meta object for the attribute 'Loaded'.
 org.eclipse.emf.ecore.EAttribute getCDOResource_Modified()
          Returns the meta object for the attribute 'Modified'.
 org.eclipse.emf.ecore.EAttribute getCDOResource_Path()
          Returns the meta object for the attribute 'Path '.
 org.eclipse.emf.ecore.EAttribute getCDOResource_ResourceSet()
          Returns the meta object for the attribute 'Resource Set'.
 org.eclipse.emf.ecore.EAttribute getCDOResource_TimeStamp()
          Returns the meta object for the attribute 'Time Stamp'.
 org.eclipse.emf.ecore.EAttribute getCDOResource_TrackingModification()
          Returns the meta object for the attribute 'Tracking Modification'.
 org.eclipse.emf.ecore.EAttribute getCDOResource_URI()
          Returns the meta object for the attribute 'URI'
 org.eclipse.emf.ecore.EAttribute getCDOResource_Warnings()
          Returns the meta object for the attribute list 'Warnings'.
 org.eclipse.emf.ecore.EClass getCDOResource()
          Returns the meta object for class 'CDO Resource'.
 org.eclipse.emf.ecore.EDataType getDiagnostic()
          Returns the meta object for data type 'Diagnostic'.
 EresourceFactory getEresourceFactory()
          Returns the factory that creates the instances of the model.
 org.eclipse.emf.ecore.EDataType getResourceSet()
          Returns the meta object for data type 'Resource Set'
 org.eclipse.emf.ecore.EDataType getURI()
          Returns the meta object for data type 'URI'.
 
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 EresourcePackage eINSTANCE
The singleton instance of the package.


CDO_RESOURCE

static final int CDO_RESOURCE
The meta object id for the 'CDO Resource' class.

See Also:
CDOResourceImpl, EresourcePackageImpl.getCDOResource(), Constant Field Values

CDO_RESOURCE__RESOURCE_SET

static final int CDO_RESOURCE__RESOURCE_SET
The feature id for the 'Resource Set' attribute.

See Also:
Constant Field Values

CDO_RESOURCE__URI

static final int CDO_RESOURCE__URI
The feature id for the 'URI' attribute.

See Also:
Constant Field Values

CDO_RESOURCE__CONTENTS

static final int CDO_RESOURCE__CONTENTS
The feature id for the 'Contents' containment reference list.

See Also:
Constant Field Values

CDO_RESOURCE__MODIFIED

static final int CDO_RESOURCE__MODIFIED
The feature id for the 'Modified' attribute.

See Also:
Constant Field Values

CDO_RESOURCE__LOADED

static final int CDO_RESOURCE__LOADED
The feature id for the 'Loaded' attribute.

See Also:
Constant Field Values

CDO_RESOURCE__TRACKING_MODIFICATION

static final int CDO_RESOURCE__TRACKING_MODIFICATION
The feature id for the 'Tracking Modification' attribute.

See Also:
Constant Field Values

CDO_RESOURCE__ERRORS

static final int CDO_RESOURCE__ERRORS
The feature id for the 'Errors' attribute list.

See Also:
Constant Field Values

CDO_RESOURCE__WARNINGS

static final int CDO_RESOURCE__WARNINGS
The feature id for the 'Warnings' attribute list.

See Also:
Constant Field Values

CDO_RESOURCE__TIME_STAMP

static final int CDO_RESOURCE__TIME_STAMP
The feature id for the 'Time Stamp' attribute.

See Also:
Constant Field Values

CDO_RESOURCE__PATH

static final int CDO_RESOURCE__PATH
The feature id for the 'Path' attribute.

See Also:
Constant Field Values

CDO_RESOURCE_FEATURE_COUNT

static final int CDO_RESOURCE_FEATURE_COUNT
The number of structural features of the 'CDO Resource' class.

See Also:
Constant Field Values

RESOURCE_SET

static final int RESOURCE_SET
The meta object id for the 'Resource Set' data type.

See Also:
ResourceSet, EresourcePackageImpl.getResourceSet(), Constant Field Values

URI

static final int URI
The meta object id for the 'URI' data type.

See Also:
URI, EresourcePackageImpl.getURI(), Constant Field Values

DIAGNOSTIC

static final int DIAGNOSTIC
The meta object id for the 'Diagnostic' data type.

See Also:
Resource.Diagnostic, EresourcePackageImpl.getDiagnostic(), Constant Field Values
Method Detail

getCDOResource

org.eclipse.emf.ecore.EClass getCDOResource()
Returns the meta object for class 'CDO Resource'.

Returns:
the meta object for class 'CDO Resource'.
See Also:
CDOResource

getCDOResource_ResourceSet

org.eclipse.emf.ecore.EAttribute getCDOResource_ResourceSet()
Returns the meta object for the attribute 'Resource Set'.

Returns:
the meta object for the attribute 'Resource Set'.
See Also:
CDOResource.getResourceSet(), getCDOResource()

getCDOResource_URI

org.eclipse.emf.ecore.EAttribute getCDOResource_URI()
Returns the meta object for the attribute 'URI'.

Returns:
the meta object for the attribute 'URI'.
See Also:
CDOResource.getURI(), getCDOResource()

getCDOResource_Contents

org.eclipse.emf.ecore.EReference getCDOResource_Contents()
Returns the meta object for the containment reference list ' Contents'.

Returns:
the meta object for the containment reference list 'Contents'.
See Also:
CDOResource.getContents(), getCDOResource()

getCDOResource_Modified

org.eclipse.emf.ecore.EAttribute getCDOResource_Modified()
Returns the meta object for the attribute 'Modified'.

Returns:
the meta object for the attribute 'Modified'.
See Also:
CDOResource.isModified(), getCDOResource()

getCDOResource_Loaded

org.eclipse.emf.ecore.EAttribute getCDOResource_Loaded()
Returns the meta object for the attribute 'Loaded'.

Returns:
the meta object for the attribute 'Loaded'.
See Also:
CDOResource.isLoaded(), getCDOResource()

getCDOResource_TrackingModification

org.eclipse.emf.ecore.EAttribute getCDOResource_TrackingModification()
Returns the meta object for the attribute 'Tracking Modification'.

Returns:
the meta object for the attribute 'Tracking Modification'.
See Also:
CDOResource.isTrackingModification(), getCDOResource()

getCDOResource_Errors

org.eclipse.emf.ecore.EAttribute getCDOResource_Errors()
Returns the meta object for the attribute list 'Errors'.

Returns:
the meta object for the attribute list 'Errors'.
See Also:
CDOResource.getErrors(), getCDOResource()

getCDOResource_Warnings

org.eclipse.emf.ecore.EAttribute getCDOResource_Warnings()
Returns the meta object for the attribute list 'Warnings'.

Returns:
the meta object for the attribute list 'Warnings'.
See Also:
CDOResource.getWarnings(), getCDOResource()

getCDOResource_TimeStamp

org.eclipse.emf.ecore.EAttribute getCDOResource_TimeStamp()
Returns the meta object for the attribute 'Time Stamp'.

Returns:
the meta object for the attribute 'Time Stamp'.
See Also:
CDOResource.getTimeStamp(), getCDOResource()

getCDOResource_Path

org.eclipse.emf.ecore.EAttribute getCDOResource_Path()
Returns the meta object for the attribute 'Path '.

Returns:
the meta object for the attribute 'Path'.
See Also:
CDOResource.getPath(), getCDOResource()

getResourceSet

org.eclipse.emf.ecore.EDataType getResourceSet()
Returns the meta object for data type 'Resource Set'.

Returns:
the meta object for data type 'Resource Set'.
See Also:
ResourceSet

getURI

org.eclipse.emf.ecore.EDataType getURI()
Returns the meta object for data type 'URI'.

Returns:
the meta object for data type 'URI'.
See Also:
URI

getDiagnostic

org.eclipse.emf.ecore.EDataType getDiagnostic()
Returns the meta object for data type 'Diagnostic'.

Returns:
the meta object for data type 'Diagnostic'.
See Also:
Resource.Diagnostic

getEresourceFactory

EresourceFactory getEresourceFactory()
Returns the factory that creates the instances of the model.

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

Copyright (c) 2004 - 2008 Eike Stepper, Germany.
All Rights Reserved.