|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CDOPackage
The Package for the model. It contains accessors for the meta objects to represent
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 |
---|
static final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final CDOPackage eINSTANCE
static final int CDO_PERSISTABLE
Persistable
' class.
CDOPersistable
,
CDOPackageImpl.getCDOPersistable()
,
Constant Field Valuesstatic final int CDO_PERSISTABLE_FEATURE_COUNT
static final int CDO_PERSISTENT
Persistent
' class.
CDOPersistentImpl
,
CDOPackageImpl.getCDOPersistent()
,
Constant Field Valuesstatic final int CDO_PERSISTENT_FEATURE_COUNT
static final int CDO_RESOURCE
CDOResource
,
CDOPackageImpl.getCDOResource()
,
Constant Field ValuesMethod Detail |
---|
org.eclipse.emf.ecore.EClass getCDOPersistable()
Persistable
'.
CDOPersistable
org.eclipse.emf.ecore.EClass getCDOPersistent()
Persistent
'.
CDOPersistent
org.eclipse.emf.ecore.EDataType getCDOResource()
Resource
'.
CDOResource
CDOFactory getCDOFactory()
|
Copyright (c) 2004, 2005, 2006 Eike Stepper, Germany. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |