org.eclipse.emf.ecore.xml.namespace.impl
Class XMLNamespaceFactoryImpl
java.lang.Object
org.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.xml.namespace.impl.XMLNamespaceFactoryImpl
- All Implemented Interfaces:
- EFactory, EModelElement, EObject, InternalEObject, Notifier, XMLNamespaceFactory
- public class XMLNamespaceFactoryImpl
- extends EFactoryImpl
- implements XMLNamespaceFactory
An implementation of the model Factory.
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.EObjectImpl |
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI |
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicSetContainer, eContainer, eContainingFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicClass, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicIsSet, eDynamicSet, eDynamicUnset, eGet, eHasSettings, eInternalResource, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eResolveProxy, eResource, eSetResource, eSetStore, eSetting, eSettingDelegate, eSettings, eStaticFeatureCount, eStore, toString |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
XMLNamespaceFactoryImpl
public XMLNamespaceFactoryImpl()
- Creates and instance of the factory.
create
public EObject create(EClass eClass)
-
- Specified by:
create
in interface EFactory
- Overrides:
create
in class EFactoryImpl
createFromString
public Object createFromString(EDataType eDataType,
String initialValue)
-
- Specified by:
createFromString
in interface EFactory
- Overrides:
createFromString
in class EFactoryImpl
convertToString
public String convertToString(EDataType eDataType,
Object instanceValue)
-
- Specified by:
convertToString
in interface EFactory
- Overrides:
convertToString
in class EFactoryImpl
createXMLNamespaceDocumentRoot
public XMLNamespaceDocumentRoot createXMLNamespaceDocumentRoot()
-
- Specified by:
createXMLNamespaceDocumentRoot
in interface XMLNamespaceFactory
- Returns:
- a new object of class 'Document Root'.
createSpaceTypeObjectFromString
public SpaceType createSpaceTypeObjectFromString(EDataType eDataType,
String initialValue)
-
convertSpaceTypeObjectToString
public String convertSpaceTypeObjectToString(EDataType eDataType,
Object instanceValue)
-
getXMLNamespacePackage
public XMLNamespacePackage getXMLNamespacePackage()
-
- Specified by:
getXMLNamespacePackage
in interface XMLNamespaceFactory
- Returns:
- the package supported by this factory.
getPackage
public static XMLNamespacePackage getPackage()
- Deprecated.
-