|
|||||||||||
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.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.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.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 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, 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.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 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 List createENTITIESBaseFromString(EDataType eDataType, String initialValue)
public String convertENTITIESBaseToString(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 List createENTITIESFromString(EDataType eDataType, String initialValue)
public String convertENTITIESToString(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 createIDFromString(EDataType eDataType, String initialValue)
public String convertIDToString(EDataType eDataType, Object instanceValue)
public String createIDREFFromString(EDataType eDataType, String initialValue)
public String convertIDREFToString(EDataType eDataType, Object instanceValue)
public List createIDREFSBaseFromString(EDataType eDataType, String initialValue)
public String convertIDREFSBaseToString(EDataType eDataType, Object instanceValue)
public List createIDREFSFromString(EDataType eDataType, String initialValue)
public String convertIDREFSToString(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 BigInteger createNegativeIntegerFromString(EDataType eDataType, String initialValue)
public String convertNegativeIntegerToString(EDataType eDataType, Object instanceValue)
public String createNMTOKENFromString(EDataType eDataType, String initialValue)
public String convertNMTOKENToString(EDataType eDataType, Object instanceValue)
public List createNMTOKENSBaseFromString(EDataType eDataType, String initialValue)
public String convertNMTOKENSBaseToString(EDataType eDataType, Object instanceValue)
public List createNMTOKENSFromString(EDataType eDataType, String initialValue)
public String convertNMTOKENSToString(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 BigInteger createPositiveIntegerFromString(EDataType eDataType, String initialValue)
public String convertPositiveIntegerToString(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 BigInteger createUnsignedLongFromString(EDataType eDataType, String initialValue)
public String convertUnsignedLongToString(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)
|
Copyright 2001-2004 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |