org.eclipse.emf.cdo.etypes.impl
Class EtypesFactoryImpl
java.lang.Object
org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.MinimalEObjectImpl
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
org.eclipse.emf.ecore.impl.EModelElementImpl
org.eclipse.emf.ecore.impl.EFactoryImpl
org.eclipse.emf.cdo.etypes.impl.EtypesFactoryImpl
- All Implemented Interfaces:
- EtypesFactory, Notifier, EFactory, EModelElement, EObject, EStructuralFeature.Internal.DynamicValueHolder, InternalEObject
- public class EtypesFactoryImpl
- extends EFactoryImpl
- implements EtypesFactory
An implementation of the model Factory.
- Since:
- 4.0
- Generated
- No Extend
- This interface is not intended to be extended by clients.
Methods inherited from class org.eclipse.emf.ecore.impl.EFactoryImpl |
basicCreate, basicSetEPackage, collapseWhiteSpace, convertToString, createFromString, eGet, eInverseAdd, eInverseRemove, eInvoke, eIsSet, eSet, eStaticClass, eUnset, getEPackage, replaceWhiteSpace, setEPackage, split |
Methods inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl |
dynamicGet, dynamicSet, dynamicUnset, eAdapters, eBasicAdapterArray, eBasicAdapters, eBasicHasAdapters, eBasicProperties, eBasicSetAdapterArray, eBasicSetContainer, eBasicSetContainerFeatureID, eBasicSetSettings, eBasicSettings, eClass, eContainerFeatureID, eContents, eCrossReferences, eDeliver, eDirectResource, eDynamicClass, eHasSettings, eIsProxy, eProperties, eProxyURI, eSetClass, eSetDeliver, eSetProxyURI, eSettings |
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDynamicBasicRemoveFromContainer, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseRemove, eInvocationDelegate, eInvoke, eIsSet, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eSettingDelegate, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStaticOperationCount, eStore, eUnset, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues, toString |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
EtypesFactoryImpl
public EtypesFactoryImpl()
- Creates an instance of the factory.
- Generated
init
public static EtypesFactory init()
- Creates the default factory implementation.
- Generated
create
public EObject create(EClass eClass)
-
- Specified by:
create
in interface EFactory
- Overrides:
create
in class EFactoryImpl
- Generated
createFromString
public Object createFromString(EDataType eDataType,
String initialValue)
-
- Specified by:
createFromString
in interface EFactory
- Overrides:
createFromString
in class EFactoryImpl
- Generated
convertToString
public String convertToString(EDataType eDataType,
Object instanceValue)
-
- Specified by:
convertToString
in interface EFactory
- Overrides:
convertToString
in class EFactoryImpl
- Generated
createAnnotation
public Annotation createAnnotation()
-
- Specified by:
createAnnotation
in interface EtypesFactory
- Returns:
- a new object of class 'Annotation'.
- Generated
createLobFromString
public CDOLob<?> createLobFromString(EDataType eDataType,
String initialValue)
-
- Since:
- 4.1
- Generated
convertLobToString
public String convertLobToString(EDataType eDataType,
Object instanceValue)
-
- Since:
- 4.1
- Generated
createBlobFromString
public CDOBlob createBlobFromString(EDataType eDataType,
String initialValue)
-
- Since:
- 4.1
- Generated
convertBlobToString
public String convertBlobToString(EDataType eDataType,
Object instanceValue)
-
- Since:
- 4.1
- Generated
createClobFromString
public CDOClob createClobFromString(EDataType eDataType,
String initialValue)
-
- Generated
convertClobToString
public String convertClobToString(EDataType eDataType,
Object instanceValue)
-
- Generated
getEtypesPackage
public EtypesPackage getEtypesPackage()
-
- Specified by:
getEtypesPackage
in interface EtypesFactory
- Returns:
- the package supported by this factory.
- Generated
getPackage
@Deprecated
public static EtypesPackage getPackage()
- Deprecated.
-
- Generated
Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.