org.eclipse.emf.ecore.xml.type.impl
Class XMLTypeFactoryImpl

java.lang.Object
  extended byorg.eclipse.emf.common.notify.impl.BasicNotifierImpl
      extended byorg.eclipse.emf.ecore.impl.BasicEObjectImpl
          extended byorg.eclipse.emf.ecore.impl.EObjectImpl
              extended byorg.eclipse.emf.ecore.impl.EModelElementImpl
                  extended byorg.eclipse.emf.ecore.impl.EFactoryImpl
                      extended byorg.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
All Implemented Interfaces:
EFactory, EModelElement, EObject, InternalEObject, Notifier, XMLTypeFactory

public class XMLTypeFactoryImpl
extends EFactoryImpl
implements XMLTypeFactory

An implementation of the model Factory.


Nested Class Summary
 
Nested classes inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
BasicEObjectImpl.EPropertiesHolder, BasicEObjectImpl.EPropertiesHolderImpl
 
Nested classes inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
BasicNotifierImpl.EAdapterList
 
Nested classes inherited from class org.eclipse.emf.ecore.InternalEObject
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, EFROZEN, ELAST_EMODEL_ELEMENT_FLAG
 
Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
eAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY
 
Fields inherited from interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
eINSTANCE
 
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject
EOPPOSITE_FEATURE_BASE
 
Constructor Summary
XMLTypeFactoryImpl()
          Creates and instance of the factory
 
Method Summary
protected  Boolean booleanValueOf(String initialValue)
           
 String convertAnySimpleTypeToString(EDataType eDataType, Object instanceValue)
           
 String convertAnyURIToString(EDataType eDataType, Object instanceValue)
           
 String convertBase64BinaryToString(EDataType eDataType, Object instanceValue)
           
 String convertBooleanObjectToString(EDataType eDataType, Object instanceValue)
           
 String convertBooleanToString(EDataType eDataType, Object instanceValue)
           
 String convertByteObjectToString(EDataType eDataType, Object instanceValue)
           
 String convertByteToString(EDataType eDataType, Object instanceValue)
           
 String convertDateTimeToString(EDataType eDataType, Object instanceValue)
           
 String convertDateToString(EDataType eDataType, Object instanceValue)
           
 String convertDecimalToString(EDataType eDataType, Object instanceValue)
           
 String convertDoubleObjectToString(EDataType eDataType, Object instanceValue)
           
 String convertDoubleToString(EDataType eDataType, Object instanceValue)
           
 String convertDurationToString(EDataType eDataType, Object instanceValue)
           
 String convertENTITIESBaseToString(EDataType eDataType, Object instanceValue)
           
 String convertENTITIESToString(EDataType eDataType, Object instanceValue)
           
 String convertENTITYToString(EDataType eDataType, Object instanceValue)
           
 String convertFloatObjectToString(EDataType eDataType, Object instanceValue)
           
 String convertFloatToString(EDataType eDataType, Object instanceValue)
           
 String convertGDayToString(EDataType eDataType, Object instanceValue)
           
 String convertGMonthDayToString(EDataType eDataType, Object instanceValue)
           
 String convertGMonthToString(EDataType eDataType, Object instanceValue)
           
 String convertGYearMonthToString(EDataType eDataType, Object instanceValue)
           
 String convertGYearToString(EDataType eDataType, Object instanceValue)
           
 String convertHexBinaryToString(EDataType eDataType, Object instanceValue)
           
 String convertIDREFSBaseToString(EDataType eDataType, Object instanceValue)
           
 String convertIDREFSToString(EDataType eDataType, Object instanceValue)
           
 String convertIDREFToString(EDataType eDataType, Object instanceValue)
           
 String convertIDToString(EDataType eDataType, Object instanceValue)
           
 String convertIntegerToString(EDataType eDataType, Object instanceValue)
           
 String convertIntObjectToString(EDataType eDataType, Object instanceValue)
           
 String convertIntToString(EDataType eDataType, Object instanceValue)
           
 String convertLanguageToString(EDataType eDataType, Object instanceValue)
           
 String convertLongObjectToString(EDataType eDataType, Object instanceValue)
           
 String convertLongToString(EDataType eDataType, Object instanceValue)
           
 String convertNameToString(EDataType eDataType, Object instanceValue)
           
 String convertNCNameToString(EDataType eDataType, Object instanceValue)
           
 String convertNegativeIntegerToString(EDataType eDataType, Object instanceValue)
           
 String convertNMTOKENSBaseToString(EDataType eDataType, Object instanceValue)
           
 String convertNMTOKENSToString(EDataType eDataType, Object instanceValue)
           
 String convertNMTOKENToString(EDataType eDataType, Object instanceValue)
           
 String convertNonNegativeIntegerToString(EDataType eDataType, Object instanceValue)
           
 String convertNonPositiveIntegerToString(EDataType eDataType, Object instanceValue)
           
 String convertNormalizedStringToString(EDataType eDataType, Object instanceValue)
           
 String convertNOTATIONToString(EDataType eDataType, Object instanceValue)
           
 String convertPositiveIntegerToString(EDataType eDataType, Object instanceValue)
           
 String convertQNameToString(EDataType eDataType, Object instanceValue)
           
 String convertShortObjectToString(EDataType eDataType, Object instanceValue)
           
 String convertShortToString(EDataType eDataType, Object instanceValue)
           
 String convertStringToString(EDataType eDataType, Object instanceValue)
           
 String convertTimeToString(EDataType eDataType, Object instanceValue)
           
 String convertTokenToString(EDataType eDataType, Object instanceValue)
           
 String convertToString(EDataType eDataType, Object instanceValue)
           
 String convertUnsignedByteObjectToString(EDataType eDataType, Object instanceValue)
           
 String convertUnsignedByteToString(EDataType eDataType, Object instanceValue)
           
 String convertUnsignedIntObjectToString(EDataType eDataType, Object instanceValue)
           
 String convertUnsignedIntToString(EDataType eDataType, Object instanceValue)
           
 String convertUnsignedLongToString(EDataType eDataType, Object instanceValue)
           
 String convertUnsignedShortObjectToString(EDataType eDataType, Object instanceValue)
           
 String convertUnsignedShortToString(EDataType eDataType, Object instanceValue)
           
 EObject create(EClass eClass)
           
 Object createAnySimpleTypeFromString(EDataType eDataType, String initialValue)
           
 AnyType createAnyType()
           
 String createAnyURIFromString(EDataType eDataType, String initialValue)
           
 byte[] createBase64BinaryFromString(EDataType eDataType, String initialValue)
           
 Boolean createBooleanFromString(EDataType eDataType, String initialValue)
           
 Boolean createBooleanObjectFromString(EDataType eDataType, String initialValue)
           
 Byte createByteFromString(EDataType eDataType, String initialValue)
           
 Byte createByteObjectFromString(EDataType eDataType, String initialValue)
           
 Object createDateFromString(EDataType eDataType, String initialValue)
           
 Object createDateTimeFromString(EDataType eDataType, String initialValue)
           
 BigDecimal createDecimalFromString(EDataType eDataType, String initialValue)
           
 Double createDoubleFromString(EDataType eDataType, String initialValue)
           
 Double createDoubleObjectFromString(EDataType eDataType, String initialValue)
           
 Object createDurationFromString(EDataType eDataType, String initialValue)
           
 List createENTITIESBaseFromString(EDataType eDataType, String initialValue)
           
 List createENTITIESFromString(EDataType eDataType, String initialValue)
           
 String createENTITYFromString(EDataType eDataType, String initialValue)
           
 Float createFloatFromString(EDataType eDataType, String initialValue)
           
 Float createFloatObjectFromString(EDataType eDataType, String initialValue)
           
 Object createFromString(EDataType eDataType, String initialValue)
           
 Object createGDayFromString(EDataType eDataType, String initialValue)
           
 Object createGMonthDayFromString(EDataType eDataType, String initialValue)
           
 Object createGMonthFromString(EDataType eDataType, String initialValue)
           
 Object createGYearFromString(EDataType eDataType, String initialValue)
           
 Object createGYearMonthFromString(EDataType eDataType, String initialValue)
           
 byte[] createHexBinaryFromString(EDataType eDataType, String initialValue)
           
 String createIDFromString(EDataType eDataType, String initialValue)
           
 String createIDREFFromString(EDataType eDataType, String initialValue)
           
 List createIDREFSBaseFromString(EDataType eDataType, String initialValue)
           
 List createIDREFSFromString(EDataType eDataType, String initialValue)
           
 BigInteger createIntegerFromString(EDataType eDataType, String initialValue)
           
 Integer createIntFromString(EDataType eDataType, String initialValue)
           
 Integer createIntObjectFromString(EDataType eDataType, String initialValue)
           
 String createLanguageFromString(EDataType eDataType, String initialValue)
           
 Long createLongFromString(EDataType eDataType, String initialValue)
           
 Long createLongObjectFromString(EDataType eDataType, String initialValue)
           
 String createNameFromString(EDataType eDataType, String initialValue)
           
 String createNCNameFromString(EDataType eDataType, String initialValue)
           
 BigInteger createNegativeIntegerFromString(EDataType eDataType, String initialValue)
           
 String createNMTOKENFromString(EDataType eDataType, String initialValue)
           
 List createNMTOKENSBaseFromString(EDataType eDataType, String initialValue)
           
 List createNMTOKENSFromString(EDataType eDataType, String initialValue)
           
 BigInteger createNonNegativeIntegerFromString(EDataType eDataType, String initialValue)
           
 BigInteger createNonPositiveIntegerFromString(EDataType eDataType, String initialValue)
           
 String createNormalizedStringFromString(EDataType eDataType, String initialValue)
           
 Object createNOTATIONFromString(EDataType eDataType, String initialValue)
           
 BigInteger createPositiveIntegerFromString(EDataType eDataType, String initialValue)
           
 Object createQNameFromString(EDataType eDataType, String initialValue)
           
 Short createShortFromString(EDataType eDataType, String initialValue)
           
 Short createShortObjectFromString(EDataType eDataType, String initialValue)
           
 SimpleAnyType createSimpleAnyType()
           
 String createStringFromString(EDataType eDataType, String initialValue)
           
 Object createTimeFromString(EDataType eDataType, String initialValue)
           
 String createTokenFromString(EDataType eDataType, String initialValue)
           
 Short createUnsignedByteFromString(EDataType eDataType, String initialValue)
           
 Short createUnsignedByteObjectFromString(EDataType eDataType, String initialValue)
           
 Long createUnsignedIntFromString(EDataType eDataType, String initialValue)
           
 Long createUnsignedIntObjectFromString(EDataType eDataType, String initialValue)
           
 BigInteger createUnsignedLongFromString(EDataType eDataType, String initialValue)
           
 Integer createUnsignedShortFromString(EDataType eDataType, String initialValue)
           
 Integer createUnsignedShortObjectFromString(EDataType eDataType, String initialValue)
           
 XMLTypeDocumentRoot createXMLTypeDocumentRoot()
           
static XMLTypePackage getPackage()
          Deprecated.  
 XMLTypePackage getXMLTypePackage()
           
 
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, freeze, getEAnnotation, getEAnnotations, isFrozen
 
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 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

XMLTypeFactoryImpl

public XMLTypeFactoryImpl()
Creates and instance of the factory.

Method Detail

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

createAnyType

public AnyType createAnyType()

Specified by:
createAnyType in interface XMLTypeFactory
Returns:
a new object of class 'Any Type'.

createSimpleAnyType

public SimpleAnyType createSimpleAnyType()

Specified by:
createSimpleAnyType in interface XMLTypeFactory
Returns:
a new object of class 'Simple Any Type'.

createXMLTypeDocumentRoot

public XMLTypeDocumentRoot createXMLTypeDocumentRoot()

Specified by:
createXMLTypeDocumentRoot in interface XMLTypeFactory
Returns:
a new object of class 'Document Root'.

createAnySimpleTypeFromString

public Object createAnySimpleTypeFromString(EDataType eDataType,
                                            String initialValue)


convertAnySimpleTypeToString

public String convertAnySimpleTypeToString(EDataType eDataType,
                                           Object instanceValue)


createAnyURIFromString

public String createAnyURIFromString(EDataType eDataType,
                                     String initialValue)


convertAnyURIToString

public String convertAnyURIToString(EDataType eDataType,
                                    Object instanceValue)


createBase64BinaryFromString

public byte[] createBase64BinaryFromString(EDataType eDataType,
                                           String initialValue)


convertBase64BinaryToString

public String convertBase64BinaryToString(EDataType eDataType,
                                          Object instanceValue)


createBooleanFromString

public Boolean createBooleanFromString(EDataType eDataType,
                                       String initialValue)


convertBooleanToString

public String convertBooleanToString(EDataType eDataType,
                                     Object instanceValue)


createBooleanObjectFromString

public Boolean createBooleanObjectFromString(EDataType eDataType,
                                             String initialValue)


convertBooleanObjectToString

public String convertBooleanObjectToString(EDataType eDataType,
                                           Object instanceValue)


createDecimalFromString

public BigDecimal createDecimalFromString(EDataType eDataType,
                                          String initialValue)


convertDecimalToString

public String convertDecimalToString(EDataType eDataType,
                                     Object instanceValue)


createIntegerFromString

public BigInteger createIntegerFromString(EDataType eDataType,
                                          String initialValue)


convertIntegerToString

public String convertIntegerToString(EDataType eDataType,
                                     Object instanceValue)


createIntObjectFromString

public Integer createIntObjectFromString(EDataType eDataType,
                                         String initialValue)


convertIntObjectToString

public String convertIntObjectToString(EDataType eDataType,
                                       Object instanceValue)


createLongFromString

public Long createLongFromString(EDataType eDataType,
                                 String initialValue)


convertLongToString

public String convertLongToString(EDataType eDataType,
                                  Object instanceValue)


createLongObjectFromString

public Long createLongObjectFromString(EDataType eDataType,
                                       String initialValue)


convertLongObjectToString

public String convertLongObjectToString(EDataType eDataType,
                                        Object instanceValue)


createIntFromString

public Integer createIntFromString(EDataType eDataType,
                                   String initialValue)


convertIntToString

public String convertIntToString(EDataType eDataType,
                                 Object instanceValue)


createShortFromString

public Short createShortFromString(EDataType eDataType,
                                   String initialValue)


convertShortToString

public String convertShortToString(EDataType eDataType,
                                   Object instanceValue)


createShortObjectFromString

public Short createShortObjectFromString(EDataType eDataType,
                                         String initialValue)


convertShortObjectToString

public String convertShortObjectToString(EDataType eDataType,
                                         Object instanceValue)


createByteFromString

public Byte createByteFromString(EDataType eDataType,
                                 String initialValue)


convertByteToString

public String convertByteToString(EDataType eDataType,
                                  Object instanceValue)


createByteObjectFromString

public Byte createByteObjectFromString(EDataType eDataType,
                                       String initialValue)


convertByteObjectToString

public String convertByteObjectToString(EDataType eDataType,
                                        Object instanceValue)


createDateFromString

public Object createDateFromString(EDataType eDataType,
                                   String initialValue)


convertDateToString

public String convertDateToString(EDataType eDataType,
                                  Object instanceValue)


createDateTimeFromString

public Object createDateTimeFromString(EDataType eDataType,
                                       String initialValue)


convertDateTimeToString

public String convertDateTimeToString(EDataType eDataType,
                                      Object instanceValue)


createStringFromString

public String createStringFromString(EDataType eDataType,
                                     String initialValue)


convertStringToString

public String convertStringToString(EDataType eDataType,
                                    Object instanceValue)


createDoubleFromString

public Double createDoubleFromString(EDataType eDataType,
                                     String initialValue)


convertDoubleToString

public String convertDoubleToString(EDataType eDataType,
                                    Object instanceValue)


createDoubleObjectFromString

public Double createDoubleObjectFromString(EDataType eDataType,
                                           String initialValue)


convertDoubleObjectToString

public String convertDoubleObjectToString(EDataType eDataType,
                                          Object instanceValue)


createDurationFromString

public Object createDurationFromString(EDataType eDataType,
                                       String initialValue)


convertDurationToString

public String convertDurationToString(EDataType eDataType,
                                      Object instanceValue)


createENTITIESBaseFromString

public List createENTITIESBaseFromString(EDataType eDataType,
                                         String initialValue)


convertENTITIESBaseToString

public String convertENTITIESBaseToString(EDataType eDataType,
                                          Object instanceValue)


createNormalizedStringFromString

public String createNormalizedStringFromString(EDataType eDataType,
                                               String initialValue)


convertNormalizedStringToString

public String convertNormalizedStringToString(EDataType eDataType,
                                              Object instanceValue)


createTokenFromString

public String createTokenFromString(EDataType eDataType,
                                    String initialValue)


convertTokenToString

public String convertTokenToString(EDataType eDataType,
                                   Object instanceValue)


createNameFromString

public String createNameFromString(EDataType eDataType,
                                   String initialValue)


convertNameToString

public String convertNameToString(EDataType eDataType,
                                  Object instanceValue)


createNCNameFromString

public String createNCNameFromString(EDataType eDataType,
                                     String initialValue)


convertNCNameToString

public String convertNCNameToString(EDataType eDataType,
                                    Object instanceValue)


createENTITYFromString

public String createENTITYFromString(EDataType eDataType,
                                     String initialValue)


convertENTITYToString

public String convertENTITYToString(EDataType eDataType,
                                    Object instanceValue)


createENTITIESFromString

public List createENTITIESFromString(EDataType eDataType,
                                     String initialValue)


convertENTITIESToString

public String convertENTITIESToString(EDataType eDataType,
                                      Object instanceValue)


createFloatFromString

public Float createFloatFromString(EDataType eDataType,
                                   String initialValue)


convertFloatToString

public String convertFloatToString(EDataType eDataType,
                                   Object instanceValue)


createFloatObjectFromString

public Float createFloatObjectFromString(EDataType eDataType,
                                         String initialValue)


convertFloatObjectToString

public String convertFloatObjectToString(EDataType eDataType,
                                         Object instanceValue)


createGDayFromString

public Object createGDayFromString(EDataType eDataType,
                                   String initialValue)


convertGDayToString

public String convertGDayToString(EDataType eDataType,
                                  Object instanceValue)


createGMonthFromString

public Object createGMonthFromString(EDataType eDataType,
                                     String initialValue)


convertGMonthToString

public String convertGMonthToString(EDataType eDataType,
                                    Object instanceValue)


createGMonthDayFromString

public Object createGMonthDayFromString(EDataType eDataType,
                                        String initialValue)


convertGMonthDayToString

public String convertGMonthDayToString(EDataType eDataType,
                                       Object instanceValue)


createGYearFromString

public Object createGYearFromString(EDataType eDataType,
                                    String initialValue)


convertGYearToString

public String convertGYearToString(EDataType eDataType,
                                   Object instanceValue)


createGYearMonthFromString

public Object createGYearMonthFromString(EDataType eDataType,
                                         String initialValue)


convertGYearMonthToString

public String convertGYearMonthToString(EDataType eDataType,
                                        Object instanceValue)


createHexBinaryFromString

public byte[] createHexBinaryFromString(EDataType eDataType,
                                        String initialValue)


convertHexBinaryToString

public String convertHexBinaryToString(EDataType eDataType,
                                       Object instanceValue)


createIDFromString

public String createIDFromString(EDataType eDataType,
                                 String initialValue)


convertIDToString

public String convertIDToString(EDataType eDataType,
                                Object instanceValue)


createIDREFFromString

public String createIDREFFromString(EDataType eDataType,
                                    String initialValue)


convertIDREFToString

public String convertIDREFToString(EDataType eDataType,
                                   Object instanceValue)


createIDREFSBaseFromString

public List createIDREFSBaseFromString(EDataType eDataType,
                                       String initialValue)


convertIDREFSBaseToString

public String convertIDREFSBaseToString(EDataType eDataType,
                                        Object instanceValue)


createIDREFSFromString

public List createIDREFSFromString(EDataType eDataType,
                                   String initialValue)


convertIDREFSToString

public String convertIDREFSToString(EDataType eDataType,
                                    Object instanceValue)


createLanguageFromString

public String createLanguageFromString(EDataType eDataType,
                                       String initialValue)


convertLanguageToString

public String convertLanguageToString(EDataType eDataType,
                                      Object instanceValue)


createNonPositiveIntegerFromString

public BigInteger createNonPositiveIntegerFromString(EDataType eDataType,
                                                     String initialValue)


convertNonPositiveIntegerToString

public String convertNonPositiveIntegerToString(EDataType eDataType,
                                                Object instanceValue)


createNegativeIntegerFromString

public BigInteger createNegativeIntegerFromString(EDataType eDataType,
                                                  String initialValue)


convertNegativeIntegerToString

public String convertNegativeIntegerToString(EDataType eDataType,
                                             Object instanceValue)


createNMTOKENFromString

public String createNMTOKENFromString(EDataType eDataType,
                                      String initialValue)


convertNMTOKENToString

public String convertNMTOKENToString(EDataType eDataType,
                                     Object instanceValue)


createNMTOKENSBaseFromString

public List createNMTOKENSBaseFromString(EDataType eDataType,
                                         String initialValue)


convertNMTOKENSBaseToString

public String convertNMTOKENSBaseToString(EDataType eDataType,
                                          Object instanceValue)


createNMTOKENSFromString

public List createNMTOKENSFromString(EDataType eDataType,
                                     String initialValue)


convertNMTOKENSToString

public String convertNMTOKENSToString(EDataType eDataType,
                                      Object instanceValue)


createNonNegativeIntegerFromString

public BigInteger createNonNegativeIntegerFromString(EDataType eDataType,
                                                     String initialValue)


convertNonNegativeIntegerToString

public String convertNonNegativeIntegerToString(EDataType eDataType,
                                                Object instanceValue)


createNOTATIONFromString

public Object createNOTATIONFromString(EDataType eDataType,
                                       String initialValue)


convertNOTATIONToString

public String convertNOTATIONToString(EDataType eDataType,
                                      Object instanceValue)


createPositiveIntegerFromString

public BigInteger createPositiveIntegerFromString(EDataType eDataType,
                                                  String initialValue)


convertPositiveIntegerToString

public String convertPositiveIntegerToString(EDataType eDataType,
                                             Object instanceValue)


createQNameFromString

public Object createQNameFromString(EDataType eDataType,
                                    String initialValue)


convertQNameToString

public String convertQNameToString(EDataType eDataType,
                                   Object instanceValue)


createTimeFromString

public Object createTimeFromString(EDataType eDataType,
                                   String initialValue)


convertTimeToString

public String convertTimeToString(EDataType eDataType,
                                  Object instanceValue)


createUnsignedLongFromString

public BigInteger createUnsignedLongFromString(EDataType eDataType,
                                               String initialValue)


convertUnsignedLongToString

public String convertUnsignedLongToString(EDataType eDataType,
                                          Object instanceValue)


createUnsignedIntFromString

public Long createUnsignedIntFromString(EDataType eDataType,
                                        String initialValue)


convertUnsignedIntToString

public String convertUnsignedIntToString(EDataType eDataType,
                                         Object instanceValue)


createUnsignedIntObjectFromString

public Long createUnsignedIntObjectFromString(EDataType eDataType,
                                              String initialValue)


convertUnsignedIntObjectToString

public String convertUnsignedIntObjectToString(EDataType eDataType,
                                               Object instanceValue)


createUnsignedShortFromString

public Integer createUnsignedShortFromString(EDataType eDataType,
                                             String initialValue)


convertUnsignedShortToString

public String convertUnsignedShortToString(EDataType eDataType,
                                           Object instanceValue)


createUnsignedShortObjectFromString

public Integer createUnsignedShortObjectFromString(EDataType eDataType,
                                                   String initialValue)


convertUnsignedShortObjectToString

public String convertUnsignedShortObjectToString(EDataType eDataType,
                                                 Object instanceValue)


createUnsignedByteFromString

public Short createUnsignedByteFromString(EDataType eDataType,
                                          String initialValue)


convertUnsignedByteToString

public String convertUnsignedByteToString(EDataType eDataType,
                                          Object instanceValue)


createUnsignedByteObjectFromString

public Short createUnsignedByteObjectFromString(EDataType eDataType,
                                                String initialValue)


convertUnsignedByteObjectToString

public String convertUnsignedByteObjectToString(EDataType eDataType,
                                                Object instanceValue)


getXMLTypePackage

public XMLTypePackage getXMLTypePackage()

Specified by:
getXMLTypePackage in interface XMLTypeFactory
Returns:
the package supported by this factory.

getPackage

public static XMLTypePackage getPackage()
Deprecated.  


booleanValueOf

protected Boolean booleanValueOf(String initialValue)

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