|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.EObjectImpl
org.eclipse.emf.ecore.impl.EModelElementImpl
org.eclipse.emf.ecore.impl.EFactoryImpl
org.eclipse.emf.ecore.sdo.impl.SDOFactoryImpl
An implementation of the model Factory.
| Nested Class Summary |
| Nested classes inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImpl |
| Nested classes inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList |
| Nested classes inherited from class org.eclipse.emf.ecore.InternalEObject |
org.eclipse.emf.ecore.InternalEObject.EStore |
| Field Summary |
| Fields inherited from class org.eclipse.emf.ecore.impl.EFactoryImpl |
ePackage |
| Fields inherited from class org.eclipse.emf.ecore.impl.EModelElementImpl |
eAnnotations |
| Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
eAdapters, eContainer, eContainerFeatureID, EDELIVER, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties |
| Fields inherited from interface org.eclipse.emf.ecore.sdo.SDOFactory |
eINSTANCE |
| Fields inherited from interface org.eclipse.emf.ecore.InternalEObject |
EOPPOSITE_FEATURE_BASE |
| Constructor Summary | |
SDOFactoryImpl()
Creates and instance of the factory |
|
| Method Summary | |
String |
convertToString(org.eclipse.emf.ecore.EDataType eDataType,
Object instanceValue)
|
org.eclipse.emf.ecore.EObject |
create(org.eclipse.emf.ecore.EClass eClass)
|
EChangeSummary |
createEChangeSummary()
|
EChangeSummarySetting |
createEChangeSummarySetting()
|
EChangeSummarySetting |
createEChangeSummarySetting(org.eclipse.emf.ecore.EStructuralFeature eStructuralFeature,
Object value,
boolean isSet)
|
EDataGraph |
createEDataGraph()
|
EDataObject |
createEDataObject()
|
EDataObjectAnyType |
createEDataObjectAnyType()
|
EDataObjectSimpleAnyType |
createEDataObjectSimpleAnyType()
|
EProperty |
createEProperty()
|
EType |
createEType()
|
Object |
createFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue)
|
static SDOPackage |
getPackage()
Deprecated. |
SDOPackage |
getSDOPackage()
|
| Methods inherited from class org.eclipse.emf.ecore.impl.EFactoryImpl |
basicCreate, basicSetEPackage, collapseWhiteSpace, eGet, eInverseAdd, eInverseRemove, eIsSet, eSet, eStaticClass, eUnset, getEPackage, replaceWhiteSpace, setEPackage |
| Methods inherited from class org.eclipse.emf.ecore.impl.EModelElementImpl |
eObjectForURIFragmentSegment, eURIFragmentSegment, getEAnnotation, getEAnnotations |
| Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eContainerFeatureID, eDeliver, eInternalContainer, eProperties, eSetDeliver |
| Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicSetContainer, eClass, eContainer, eContainingFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicClass, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicIsSet, eDynamicSet, eDynamicUnset, eGet, eHasSettings, eInternalResource, eIsProxy, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eResolveProxy, eResource, eSetClass, eSetProxyURI, eSetResource, eSetStore, eSetting, eSettingDelegate, eSettings, eStaticFeatureCount, eStore, toString |
| Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
eNotificationRequired, eNotify |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.eclipse.emf.ecore.EFactory |
getEPackage, setEPackage |
| 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 |
| Methods inherited from interface org.eclipse.emf.ecore.InternalEObject |
eNotificationRequired |
| Constructor Detail |
public SDOFactoryImpl()
| Method Detail |
public org.eclipse.emf.ecore.EObject create(org.eclipse.emf.ecore.EClass eClass)
create in interface org.eclipse.emf.ecore.EFactory
public Object createFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue)
createFromString in interface org.eclipse.emf.ecore.EFactory
public String convertToString(org.eclipse.emf.ecore.EDataType eDataType,
Object instanceValue)
convertToString in interface org.eclipse.emf.ecore.EFactorypublic EDataObject createEDataObject()
createEDataObject in interface SDOFactorypublic EDataGraph createEDataGraph()
createEDataGraph in interface SDOFactorypublic EChangeSummary createEChangeSummary()
createEChangeSummary in interface SDOFactorypublic EProperty createEProperty()
createEProperty in interface SDOFactorypublic EType createEType()
createEType in interface SDOFactorypublic EDataObjectAnyType createEDataObjectAnyType()
createEDataObjectAnyType in interface SDOFactorypublic EDataObjectSimpleAnyType createEDataObjectSimpleAnyType()
createEDataObjectSimpleAnyType in interface SDOFactorypublic EChangeSummarySetting createEChangeSummarySetting()
createEChangeSummarySetting in interface SDOFactorypublic SDOPackage getSDOPackage()
getSDOPackage in interface SDOFactorypublic static SDOPackage getPackage()
public EChangeSummarySetting createEChangeSummarySetting(org.eclipse.emf.ecore.EStructuralFeature eStructuralFeature,
Object value,
boolean isSet)
createEChangeSummarySetting in interface SDOFactory
|
Copyright 2001-2004 IBM Corporation and others. All Rights Reserved. |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||