org.eclipse.emf.ecore.sdo.impl
Class SDOFactoryImpl

java.lang.Object
  extended byEFactoryImpl
      extended byorg.eclipse.emf.ecore.sdo.impl.SDOFactoryImpl
All Implemented Interfaces:
SDOFactory

public class SDOFactoryImpl
extends EFactoryImpl
implements SDOFactory

An implementation of the model Factory.

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface org.eclipse.emf.ecore.sdo.SDOFactory
eINSTANCE
 
Constructor Summary
SDOFactoryImpl()
          Creates an instance of the factory
 
Method Summary
 String convertToString(EDataType eDataType, Object instanceValue)
           
 EObject create(EClass eClass)
           
 EChangeSummary createEChangeSummary()
           
 EChangeSummarySetting createEChangeSummarySetting()
           
 EChangeSummarySetting createEChangeSummarySetting(EStructuralFeature eStructuralFeature, Object value, boolean isSet)
           
 EDataGraph createEDataGraph()
           
 EDataObject createEDataObject()
           
 EDataObjectAnyType createEDataObjectAnyType()
           
 EDataObjectSimpleAnyType createEDataObjectSimpleAnyType()
           
 EProperty createEProperty()
           
 EType createEType()
           
 Object createFromString(EDataType eDataType, String initialValue)
           
static SDOPackage getPackage()
          Deprecated.  
 SDOPackage getSDOPackage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SDOFactoryImpl

public SDOFactoryImpl()
Creates an instance of the factory.

Method Detail

create

public EObject create(EClass eClass)


createFromString

public Object createFromString(EDataType eDataType,
                               String initialValue)


convertToString

public String convertToString(EDataType eDataType,
                              Object instanceValue)


createEDataObject

public EDataObject createEDataObject()

Specified by:
createEDataObject in interface SDOFactory
Returns:
a new object of class 'EData Object'.

createEDataGraph

public EDataGraph createEDataGraph()

Specified by:
createEDataGraph in interface SDOFactory
Returns:
a new object of class 'EData Graph'.

createEChangeSummary

public EChangeSummary createEChangeSummary()

Specified by:
createEChangeSummary in interface SDOFactory
Returns:
a new object of class 'EChange Summary'.

createEProperty

public EProperty createEProperty()

Specified by:
createEProperty in interface SDOFactory
Returns:
a new object of class 'EProperty'.

createEType

public EType createEType()

Specified by:
createEType in interface SDOFactory
Returns:
a new object of class 'EType'.

createEDataObjectAnyType

public EDataObjectAnyType createEDataObjectAnyType()

Specified by:
createEDataObjectAnyType in interface SDOFactory
Returns:
a new object of class 'EData Object Any Type'.

createEDataObjectSimpleAnyType

public EDataObjectSimpleAnyType createEDataObjectSimpleAnyType()

Specified by:
createEDataObjectSimpleAnyType in interface SDOFactory
Returns:
a new object of class 'EData Object Simple Any Type'.

createEChangeSummarySetting

public EChangeSummarySetting createEChangeSummarySetting()

Specified by:
createEChangeSummarySetting in interface SDOFactory
Returns:
a new object of class 'EChange Summary Setting'.

getSDOPackage

public SDOPackage getSDOPackage()

Specified by:
getSDOPackage in interface SDOFactory
Returns:
the package supported by this factory.

getPackage

public static SDOPackage getPackage()
Deprecated.  


createEChangeSummarySetting

public EChangeSummarySetting createEChangeSummarySetting(EStructuralFeature eStructuralFeature,
                                                         Object value,
                                                         boolean isSet)
Specified by:
createEChangeSummarySetting in interface SDOFactory

Copyright 2001-2004 IBM Corporation and others.
All Rights Reserved.