org.eclipse.emf.cdo.client
Interface CDOPackage

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:
CDOPackageImpl

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

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

See Also:
CDOFactory

Nested Class Summary
static interface CDOPackage.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_PERSISTABLE
          The meta object id for the 'Persistable' class
static int CDO_PERSISTABLE_FEATURE_COUNT
          The number of structural features of the 'Persistable' class
static int CDO_PERSISTENT
          The meta object id for the 'Persistent' class
static int CDO_PERSISTENT_FEATURE_COUNT
          The number of structural features of the 'Persistent' class
static int CDO_RESOURCE
          The meta object id for the 'Resource' data type
static CDOPackage 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
 
Method Summary
 CDOFactory getCDOFactory()
          Returns the factory that creates the instances of the model
 org.eclipse.emf.ecore.EClass getCDOPersistable()
          Returns the meta object for class 'Persistable'
 org.eclipse.emf.ecore.EClass getCDOPersistent()
          Returns the meta object for class 'Persistent'
 org.eclipse.emf.ecore.EDataType getCDOResource()
          Returns the meta object for data type 'Resource'
 
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 CDOPackage eINSTANCE
The singleton instance of the package.


CDO_PERSISTABLE

static final int CDO_PERSISTABLE
The meta object id for the 'Persistable' class.

See Also:
CDOPersistable, CDOPackageImpl.getCDOPersistable(), Constant Field Values

CDO_PERSISTABLE_FEATURE_COUNT

static final int CDO_PERSISTABLE_FEATURE_COUNT
The number of structural features of the 'Persistable' class.

See Also:
Constant Field Values

CDO_PERSISTENT

static final int CDO_PERSISTENT
The meta object id for the 'Persistent' class.

See Also:
CDOPersistentImpl, CDOPackageImpl.getCDOPersistent(), Constant Field Values

CDO_PERSISTENT_FEATURE_COUNT

static final int CDO_PERSISTENT_FEATURE_COUNT
The number of structural features of the 'Persistent' class.

See Also:
Constant Field Values

CDO_RESOURCE

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

See Also:
CDOResource, CDOPackageImpl.getCDOResource(), Constant Field Values
Method Detail

getCDOPersistable

org.eclipse.emf.ecore.EClass getCDOPersistable()
Returns the meta object for class 'Persistable'.

Returns:
the meta object for class 'Persistable'.
See Also:
CDOPersistable

getCDOPersistent

org.eclipse.emf.ecore.EClass getCDOPersistent()
Returns the meta object for class 'Persistent'.

Returns:
the meta object for class 'Persistent'.
See Also:
CDOPersistent

getCDOResource

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

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

getCDOFactory

CDOFactory getCDOFactory()
Returns the factory that creates the instances of the model.

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

Copyright (c) 2004, 2005, 2006 Eike Stepper, Germany.
All Rights Reserved.