|
|||||||||||
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.FlatEObjectImpl
org.eclipse.emf.ecore.impl.EModelElementImpl
org.eclipse.emf.ecore.impl.EFactoryImpl
org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
An implementation of the model Factory.
Nested Class Summary |
Nested classes inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
BasicEObjectImpl.EPropertiesHolder, BasicEObjectImpl.EPropertiesHolderBaseImpl, 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 | |
protected static DateFormat[] |
EDATE_FORMATS
|
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.FlatEObjectImpl |
eContents, eCrossReferences, eProxyURI |
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 class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
EVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSET |
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 an instance of the 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.EModelElementImpl |
eObjectForURIFragmentSegment, eURIFragmentSegment, freeze, freeze, getEAnnotation, getEAnnotations, isFrozen, setFrozen |
Methods inherited from class org.eclipse.emf.ecore.impl.FlatEObjectImpl |
eContents, eCrossReferences, eIsProxy, eProperties, eProxyURI, eSetProxyURI |
Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eSetClass, eSetDeliver |
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 |
Field Detail |
protected static final DateFormat[] EDATE_FORMATS
Constructor Detail |
public XMLTypeFactoryImpl()
Method Detail |
public Object createAnySimpleType(String literal)
createAnySimpleType
in interface XMLTypeFactory
literal
- a literal of the data type.
public String convertAnySimpleType(Object instanceValue)
convertAnySimpleType
in interface XMLTypeFactory
instanceValue
- an instance value of the data type.
public String createAnyURI(String literal)
createAnyURI
in interface XMLTypeFactory
literal
- a literal of the data type.
public String convertAnyURI(String instanceValue)
convertAnyURI
in interface XMLTypeFactory
instanceValue
- an instance value of the data type.
public byte[] createBase64Binary(String literal)
createBase64Binary
in interface XMLTypeFactory
literal
- a literal of the data type.
public String convertBase64Binary(byte[] instanceValue)
convertBase64Binary
in interface XMLTypeFactory
instanceValue
- an instance value of the data type.
public boolean createBoolean(String initialValue)
createBoolean
in interface XMLTypeFactory
initialValue
- a literal of the data type.
public String convertBoolean(boolean instanceValue)
convertBoolean
in interface XMLTypeFactory
instanceValue
- an instance value of the data type.
public Boolean createBooleanObject(String literal)
createBooleanObject
in interface XMLTypeFactory
literal
- a literal of the data type.
public String convertBooleanObject(Boolean instanceValue)
convertBooleanObject
in interface XMLTypeFactory
instanceValue
- an instance value of the data type.
public byte createByte(String literal)
createByte
in interface XMLTypeFactory
literal
- a literal of the data type.
public String convertByte(byte instanceValue)
convertByte
in interface XMLTypeFactory
instanceValue
- an instance value of the data type.
public Byte createByteObject(String literal)
createByteObject
in interface XMLTypeFactory
literal
- a literal of the data type.
public String convertByteObject(Byte instanceValue)
convertByteObject
in interface XMLTypeFactory
instanceValue
- an instance value of the data type.
public Object createDate(String literal)
createDate
in interface XMLTypeFactory
literal
- a literal of the data type.
public String convertDate(Object instanceValue)
convertDate
in interface XMLTypeFactory
instanceValue
- an instance value of the data type.
public Object createDateTime(String literal)
createDateTime
in interface XMLTypeFactory
literal
- a literal of the data type.
public String convertDateTime(Object instanceValue)
convertDateTime
in interface XMLTypeFactory
instanceValue
- an instance value of the data type.
public BigDecimal createDecimal(String literal)
createDecimal
in interface XMLTypeFactory
literal
- a literal of the data type.
public String convertDecimal(BigDecimal instanceValue)
convertDecimal
in interface XMLTypeFactory
instanceValue
- an instance value of the data type.
public double createDouble(String literal)
createDouble
in interface XMLTypeFactory
literal
- a literal of the data type.
public String convertDouble(double instanceValue)
convertDouble
in interface XMLTypeFactory
instanceValue
- an instance value of the data type.
public Double createDoubleObject(String literal)
createDoubleObject
in interface XMLTypeFactory
literal
- a literal of the data type.
public String convertDoubleObject(Double instanceValue)
convertDoubleObject
in interface XMLTypeFactory
instanceValue
- an instance value of the data type.
public Object createDuration(String literal)
createDuration
in interface XMLTypeFactory
literal
- a literal of the data type.
public String convertDuration(Object instanceValue)
convertDuration
in interface XMLTypeFactory
instanceValue
- an instance value of the data type.
public List createENTITIES(String literal)
createENTITIES
in interface XMLTypeFactory
literal
- a literal of the data type.
public List createENTITIESFromString(EDataType eDataType, String initialValue)
public String convertENTITIES(List instanceValue)
convertENTITIES
in interface XMLTypeFactory
instanceValue
- an instance value of the data type.
public String convertENTITIESToString(EDataType eDataType, Object instanceValue)
public List createENTITIESBase(String literal)
createENTITIESBase
in interface XMLTypeFactory
literal
- a literal of the data type.
public List createENTITIESBaseFromString(EDataType eDataType, String initialValue)
public String convertENTITIESBase(List instanceValue)
convertENTITIESBase
in interface XMLTypeFactory
instanceValue
- an instance value of the data type.
public String convertENTITIESBaseToString(EDataType eDataType, Object instanceValue)
public String createENTITY(String literal)
createENTITY
in interface XMLTypeFactory
literal
- a literal of the data type.
public String convertENTITY(String instanceValue)
convertENTITY
in interface XMLTypeFactory
instanceValue
- an instance value of the data type.
public float createFloat(String literal)
createFloat
in interface XMLTypeFactory
literal
- a literal of the data type.
public String convertFloat(float instanceValue)
convertFloat
in interface XMLTypeFactory
instanceValue
- an instance value of the data type.
public Float createFloatObject(String literal)
createFloatObject
in interface XMLTypeFactory
literal
- a literal of the data type.
public String convertFloatObject(Float instanceValue)
convertFloatObject
in interface XMLTypeFactory
instanceValue
- an instance value of the data type.
public Object createGDay(String literal)
createGDay
in interface XMLTypeFactory
literal
- a literal of the data type.
public String convertGDay(Object instanceValue)
convertGDay
in interface XMLTypeFactory
instanceValue
- an instance value of the data type.
public Object createGMonth(String literal)
createGMonth
in interface XMLTypeFactory
literal
- a literal of the data type.
public String convertGMonth(Object instanceValue)
convertGMonth
in interface XMLTypeFactory
instanceValue
- an instance value of the data type.
public Object createGMonthDay(String literal)
createGMonthDay
in interface XMLTypeFactory
literal
- a literal of the data type.
public String convertGMonthDay(Object instanceValue)
convertGMonthDay
in interface XMLTypeFactory
instanceValue
- an instance value of the data type.
public Object createGYear(String literal)
createGYear
in interface XMLTypeFactory
literal
- a literal of the data type.
public String convertGYear(Object instanceValue)
convertGYear
in interface XMLTypeFactory
instanceValue
- an instance value of the data type.
public Object createGYearMonth(String literal)
createGYearMonth
in interface XMLTypeFactory
literal
- a literal of the data type.
public String convertGYearMonth(Object instanceValue)
convertGYearMonth
in interface XMLTypeFactory
instanceValue
- an instance value of the data type.
public byte[] createHexBinary(String literal)
createHexBinary
in interface XMLTypeFactory
literal
- a literal of the data type.
public String convertHexBinary(byte[] instanceValue)
convertHexBinary
in interface XMLTypeFactory
instanceValue
- an instance value of the data type.
public String createID(String literal)
createID
in interface XMLTypeFactory
literal
- a literal of the data type.
public String createIDFromString(EDataType eDataType, String initialValue)
public String convertID(String instanceValue)
convertID
in interface XMLTypeFactory
instanceValue
- an instance value of the data type.
public String createIDREF(String literal)
createIDREF
in interface XMLTypeFactory
literal
- a literal of the data type.
public String createIDREFFromString(EDataType eDataType, String initialValue)
public String convertIDREF(String instanceValue)
convertIDREF
in interface XMLTypeFactory
instanceValue
- an instance value of the data type.
public List createIDREFS(String literal)
createIDREFS
in interface XMLTypeFactory
literal
- a literal of the data type.
public List createIDREFSFromString(EDataType eDataType, String initialValue)
public String convertIDREFS(List instanceValue)
convertIDREFS
in interface XMLTypeFactory
instanceValue
- an instance value of the data type.
public String convertIDREFSToString(EDataType eDataType, Object instanceValue)
public List createIDREFSBase(String literal)
createIDREFSBase
in interface XMLTypeFactory
literal
- a literal of the data type.
public List createIDREFSBaseFromString(EDataType eDataType, String initialValue)
public String convertIDREFSBase(List instanceValue)
convertIDREFSBase
in interface XMLTypeFactory
instanceValue
- an instance value of the data type.
public String convertIDREFSBaseToString(EDataType eDataType, Object instanceValue)
public int createInt(String initialValue)
createInt
in interface XMLTypeFactory
initialValue
- a literal of the data type.
public String convertInt(int instanceValue)
convertInt
in interface XMLTypeFactory
instanceValue
- an instance value of the data type.
public BigInteger createInteger(String literal)
createInteger
in interface XMLTypeFactory
literal
- a literal of the data type.
public String convertInteger(BigInteger instanceValue)
convertInteger
in interface XMLTypeFactory
instanceValue
- an instance value of the data type.
public Integer createIntObject(String literal)
createIntObject
in interface XMLTypeFactory
literal
- a literal of the data type.
public String convertIntObject(Integer instanceValue)
convertIntObject
in interface XMLTypeFactory
instanceValue
- an instance value of the data type.
public String createLanguage(String literal)
createLanguage
in interface XMLTypeFactory
literal
- a literal of the data type.
public String convertLanguage(String instanceValue)
convertLanguage
in interface XMLTypeFactory
instanceValue
- an instance value of the data type.
public long createLong(String literal)
createLong
in interface XMLTypeFactory
literal
- a literal of the data type.
public String convertLong(long instanceValue)
convertLong
in interface XMLTypeFactory
instanceValue
- an instance value of the data type.
public Long createLongObject(String literal)
createLongObject
in interface XMLTypeFactory
literal
- a literal of the data type.
public String convertLongObject(Long instanceValue)
convertLongObject
in interface XMLTypeFactory
instanceValue
- an instance value of the data type.
public String createName(String literal)
createName
in interface XMLTypeFactory
literal
- a literal of the data type.
public String convertName(String instanceValue)
convertName
in interface XMLTypeFactory
instanceValue
- an instance value of the data type.
public String createNCName(String literal)
createNCName
in interface XMLTypeFactory
literal
- a literal of the data type.
public String convertNCName(String instanceValue)
convertNCName
in interface XMLTypeFactory
instanceValue
- an instance value of the data type.
public BigInteger createNegativeInteger(String literal)
createNegativeInteger
in interface XMLTypeFactory
literal
- a literal of the data type.
public BigInteger createNegativeIntegerFromString(EDataType eDataType, String initialValue)
public String convertNegativeInteger(BigInteger instanceValue)
convertNegativeInteger
in interface XMLTypeFactory
instanceValue
- an instance value of the data type.
public String convertNegativeIntegerToString(EDataType eDataType, Object instanceValue)
public String createNMTOKEN(String literal)
createNMTOKEN
in interface XMLTypeFactory
literal
- a literal of the data type.
public String convertNMTOKEN(String instanceValue)
convertNMTOKEN
in interface XMLTypeFactory
instanceValue
- an instance value of the data type.
public List createNMTOKENS(String literal)
createNMTOKENS
in interface XMLTypeFactory
literal
- a literal of the data type.
public List createNMTOKENSFromString(EDataType eDataType, String initialValue)
public String convertNMTOKENS(List instanceValue)
convertNMTOKENS
in interface XMLTypeFactory
instanceValue
- an instance value of the data type.
public String convertNMTOKENSToString(EDataType eDataType, Object instanceValue)
public List createNMTOKENSBase(String literal)
createNMTOKENSBase
in interface XMLTypeFactory
literal
- a literal of the data type.
public List createNMTOKENSBaseFromString(EDataType eDataType, String initialValue)
public String convertNMTOKENSBase(List instanceValue)
convertNMTOKENSBase
in interface XMLTypeFactory
instanceValue
- an instance value of the data type.
public String convertNMTOKENSBaseToString(EDataType eDataType, Object instanceValue)
public BigInteger createNonNegativeInteger(String literal)
createNonNegativeInteger
in interface XMLTypeFactory
literal
- a literal of the data type.
public String convertNonNegativeInteger(BigInteger instanceValue)
convertNonNegativeInteger
in interface XMLTypeFactory
instanceValue
- an instance value of the data type.
public BigInteger createNonPositiveInteger(String literal)
createNonPositiveInteger
in interface XMLTypeFactory
literal
- a literal of the data type.
public String convertNonPositiveInteger(BigInteger instanceValue)
convertNonPositiveInteger
in interface XMLTypeFactory
instanceValue
- an instance value of the data type.
public String createNormalizedString(String literal)
createNormalizedString
in interface XMLTypeFactory
literal
- a literal of the data type.
public String convertNormalizedString(String instanceValue)
convertNormalizedString
in interface XMLTypeFactory
instanceValue
- an instance value of the data type.
public Object createNOTATION(String literal)
createNOTATION
in interface XMLTypeFactory
literal
- a literal of the data type.
public String convertNOTATION(Object instanceValue)
convertNOTATION
in interface XMLTypeFactory
instanceValue
- an instance value of the data type.
public BigInteger createPositiveInteger(String literal)
createPositiveInteger
in interface XMLTypeFactory
literal
- a literal of the data type.
public BigInteger createPositiveIntegerFromString(EDataType eDataType, String initialValue)
public String convertPositiveInteger(BigInteger instanceValue)
convertPositiveInteger
in interface XMLTypeFactory
instanceValue
- an instance value of the data type.
public String convertPositiveIntegerToString(EDataType eDataType, Object instanceValue)
public Object createQName(String literal)
createQName
in interface XMLTypeFactory
literal
- a literal of the data type.
public String convertQName(Object instanceValue)
convertQName
in interface XMLTypeFactory
instanceValue
- an instance value of the data type.
public short createShort(String literal)
createShort
in interface XMLTypeFactory
literal
- a literal of the data type.
public String convertShort(short instanceValue)
convertShort
in interface XMLTypeFactory
instanceValue
- an instance value of the data type.
public Short createShortObject(String literal)
createShortObject
in interface XMLTypeFactory
literal
- a literal of the data type.
public String convertShortObject(Short instanceValue)
convertShortObject
in interface XMLTypeFactory
instanceValue
- an instance value of the data type.
public String createString(String initialValue)
createString
in interface XMLTypeFactory
initialValue
- a literal of the data type.
public String convertString(String instanceValue)
convertString
in interface XMLTypeFactory
instanceValue
- an instance value of the data type.
public Object createTime(String literal)
createTime
in interface XMLTypeFactory
literal
- a literal of the data type.
public String convertTime(Object instanceValue)
convertTime
in interface XMLTypeFactory
instanceValue
- an instance value of the data type.
public String createToken(String literal)
createToken
in interface XMLTypeFactory
literal
- a literal of the data type.
public String convertToken(String instanceValue)
convertToken
in interface XMLTypeFactory
instanceValue
- an instance value of the data type.
public short createUnsignedByte(String literal)
createUnsignedByte
in interface XMLTypeFactory
literal
- a literal of the data type.
public String convertUnsignedByte(short instanceValue)
convertUnsignedByte
in interface XMLTypeFactory
instanceValue
- an instance value of the data type.
public Short createUnsignedByteObject(String literal)
createUnsignedByteObject
in interface XMLTypeFactory
literal
- a literal of the data type.
public String convertUnsignedByteObject(Short instanceValue)
convertUnsignedByteObject
in interface XMLTypeFactory
instanceValue
- an instance value of the data type.
public long createUnsignedInt(String literal)
createUnsignedInt
in interface XMLTypeFactory
literal
- a literal of the data type.
public String convertUnsignedInt(long instanceValue)
convertUnsignedInt
in interface XMLTypeFactory
instanceValue
- an instance value of the data type.
public Long createUnsignedIntObject(String literal)
createUnsignedIntObject
in interface XMLTypeFactory
literal
- a literal of the data type.
public String convertUnsignedIntObject(Long instanceValue)
convertUnsignedIntObject
in interface XMLTypeFactory
instanceValue
- an instance value of the data type.
public BigInteger createUnsignedLong(String literal)
createUnsignedLong
in interface XMLTypeFactory
literal
- a literal of the data type.
public BigInteger createUnsignedLongFromString(EDataType eDataType, String initialValue)
public String convertUnsignedLong(BigInteger instanceValue)
convertUnsignedLong
in interface XMLTypeFactory
instanceValue
- an instance value of the data type.
public String convertUnsignedLongToString(EDataType eDataType, Object instanceValue)
public int createUnsignedShort(String literal)
createUnsignedShort
in interface XMLTypeFactory
literal
- a literal of the data type.
public String convertUnsignedShort(int instanceValue)
convertUnsignedShort
in interface XMLTypeFactory
instanceValue
- an instance value of the data type.
public Integer createUnsignedShortObject(String literal)
createUnsignedShortObject
in interface XMLTypeFactory
literal
- a literal of the data type.
public String convertUnsignedShortObject(Integer instanceValue)
convertUnsignedShortObject
in interface XMLTypeFactory
instanceValue
- an instance value of the data type.
public static XMLTypeFactory init()
public EObject create(EClass eClass)
create
in interface EFactory
create
in class EFactoryImpl
public Object createFromString(EDataType eDataType, String initialValue)
createFromString
in interface EFactory
createFromString
in class EFactoryImpl
public String convertToString(EDataType eDataType, Object instanceValue)
convertToString
in interface EFactory
convertToString
in class EFactoryImpl
public AnyType createAnyType()
createAnyType
in interface XMLTypeFactory
public SimpleAnyType createSimpleAnyType()
createSimpleAnyType
in interface XMLTypeFactory
public XMLTypeDocumentRoot createXMLTypeDocumentRoot()
createXMLTypeDocumentRoot
in interface XMLTypeFactory
public Object createAnySimpleTypeFromString(EDataType eDataType, String initialValue)
public String convertAnySimpleTypeToString(EDataType eDataType, Object instanceValue)
public String createAnyURIFromString(EDataType eDataType, String initialValue)
public String convertAnyURIToString(EDataType eDataType, Object instanceValue)
public byte[] createBase64BinaryFromString(EDataType eDataType, String initialValue)
public String convertBase64BinaryToString(EDataType eDataType, Object instanceValue)
public Boolean createBooleanFromString(EDataType eDataType, String initialValue)
public String convertBooleanToString(EDataType eDataType, Object instanceValue)
public Boolean createBooleanObjectFromString(EDataType eDataType, String initialValue)
public String convertBooleanObjectToString(EDataType eDataType, Object instanceValue)
public BigDecimal createDecimalFromString(EDataType eDataType, String initialValue)
public String convertDecimalToString(EDataType eDataType, Object instanceValue)
public BigInteger createIntegerFromString(EDataType eDataType, String initialValue)
public String convertIntegerToString(EDataType eDataType, Object instanceValue)
public Integer createIntObjectFromString(EDataType eDataType, String initialValue)
public String convertIntObjectToString(EDataType eDataType, Object instanceValue)
public Long createLongFromString(EDataType eDataType, String initialValue)
public String convertLongToString(EDataType eDataType, Object instanceValue)
public Long createLongObjectFromString(EDataType eDataType, String initialValue)
public String convertLongObjectToString(EDataType eDataType, Object instanceValue)
public Integer createIntFromString(EDataType eDataType, String initialValue)
public String convertIntToString(EDataType eDataType, Object instanceValue)
public Short createShortFromString(EDataType eDataType, String initialValue)
public String convertShortToString(EDataType eDataType, Object instanceValue)
public Short createShortObjectFromString(EDataType eDataType, String initialValue)
public String convertShortObjectToString(EDataType eDataType, Object instanceValue)
public Byte createByteFromString(EDataType eDataType, String initialValue)
public String convertByteToString(EDataType eDataType, Object instanceValue)
public Byte createByteObjectFromString(EDataType eDataType, String initialValue)
public String convertByteObjectToString(EDataType eDataType, Object instanceValue)
public Object createDateFromString(EDataType eDataType, String initialValue)
public String convertDateToString(EDataType eDataType, Object instanceValue)
public Object createDateTimeFromString(EDataType eDataType, String initialValue)
public String convertDateTimeToString(EDataType eDataType, Object instanceValue)
public String createStringFromString(EDataType eDataType, String initialValue)
public String convertStringToString(EDataType eDataType, Object instanceValue)
public Double createDoubleFromString(EDataType eDataType, String initialValue)
public String convertDoubleToString(EDataType eDataType, Object instanceValue)
public Double createDoubleObjectFromString(EDataType eDataType, String initialValue)
public String convertDoubleObjectToString(EDataType eDataType, Object instanceValue)
public Object createDurationFromString(EDataType eDataType, String initialValue)
public String convertDurationToString(EDataType eDataType, Object instanceValue)
public String createNormalizedStringFromString(EDataType eDataType, String initialValue)
public String convertNormalizedStringToString(EDataType eDataType, Object instanceValue)
public String createTokenFromString(EDataType eDataType, String initialValue)
public String convertTokenToString(EDataType eDataType, Object instanceValue)
public String createNameFromString(EDataType eDataType, String initialValue)
public String convertNameToString(EDataType eDataType, Object instanceValue)
public String createNCNameFromString(EDataType eDataType, String initialValue)
public String convertNCNameToString(EDataType eDataType, Object instanceValue)
public String createENTITYFromString(EDataType eDataType, String initialValue)
public String convertENTITYToString(EDataType eDataType, Object instanceValue)
public Float createFloatFromString(EDataType eDataType, String initialValue)
public String convertFloatToString(EDataType eDataType, Object instanceValue)
public Float createFloatObjectFromString(EDataType eDataType, String initialValue)
public String convertFloatObjectToString(EDataType eDataType, Object instanceValue)
public Object createGDayFromString(EDataType eDataType, String initialValue)
public String convertGDayToString(EDataType eDataType, Object instanceValue)
public Object createGMonthFromString(EDataType eDataType, String initialValue)
public String convertGMonthToString(EDataType eDataType, Object instanceValue)
public Object createGMonthDayFromString(EDataType eDataType, String initialValue)
public String convertGMonthDayToString(EDataType eDataType, Object instanceValue)
public Object createGYearFromString(EDataType eDataType, String initialValue)
public String convertGYearToString(EDataType eDataType, Object instanceValue)
public Object createGYearMonthFromString(EDataType eDataType, String initialValue)
public String convertGYearMonthToString(EDataType eDataType, Object instanceValue)
public byte[] createHexBinaryFromString(EDataType eDataType, String initialValue)
public String convertHexBinaryToString(EDataType eDataType, Object instanceValue)
public String convertIDToString(EDataType eDataType, Object instanceValue)
public String convertIDREFToString(EDataType eDataType, Object instanceValue)
public String createLanguageFromString(EDataType eDataType, String initialValue)
public String convertLanguageToString(EDataType eDataType, Object instanceValue)
public BigInteger createNonPositiveIntegerFromString(EDataType eDataType, String initialValue)
public String convertNonPositiveIntegerToString(EDataType eDataType, Object instanceValue)
public String createNMTOKENFromString(EDataType eDataType, String initialValue)
public String convertNMTOKENToString(EDataType eDataType, Object instanceValue)
public BigInteger createNonNegativeIntegerFromString(EDataType eDataType, String initialValue)
public String convertNonNegativeIntegerToString(EDataType eDataType, Object instanceValue)
public Object createNOTATIONFromString(EDataType eDataType, String initialValue)
public String convertNOTATIONToString(EDataType eDataType, Object instanceValue)
public Object createQNameFromString(EDataType eDataType, String initialValue)
public String convertQNameToString(EDataType eDataType, Object instanceValue)
public Object createTimeFromString(EDataType eDataType, String initialValue)
public String convertTimeToString(EDataType eDataType, Object instanceValue)
public Long createUnsignedIntFromString(EDataType eDataType, String initialValue)
public String convertUnsignedIntToString(EDataType eDataType, Object instanceValue)
public Long createUnsignedIntObjectFromString(EDataType eDataType, String initialValue)
public String convertUnsignedIntObjectToString(EDataType eDataType, Object instanceValue)
public Integer createUnsignedShortFromString(EDataType eDataType, String initialValue)
public String convertUnsignedShortToString(EDataType eDataType, Object instanceValue)
public Integer createUnsignedShortObjectFromString(EDataType eDataType, String initialValue)
public String convertUnsignedShortObjectToString(EDataType eDataType, Object instanceValue)
public Short createUnsignedByteFromString(EDataType eDataType, String initialValue)
public String convertUnsignedByteToString(EDataType eDataType, Object instanceValue)
public Short createUnsignedByteObjectFromString(EDataType eDataType, String initialValue)
public String convertUnsignedByteObjectToString(EDataType eDataType, Object instanceValue)
public XMLTypePackage getXMLTypePackage()
getXMLTypePackage
in interface XMLTypeFactory
public static XMLTypePackage getPackage()
protected Boolean booleanValueOf(String initialValue)
protected boolean primitiveBooleanValueOf(String initialValue)
|
Copyright 2001-2006 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |