|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The Factory for the model. It provides a create method for each non-abstract class of the model.
XMLTypePackage
Field Summary | |
static XMLTypeFactory |
eINSTANCE
The singleton instance of the factory |
Method Summary | |
String |
convertAnySimpleType(Object instanceValue)
Returns a literal representation of an instance of data type 'Any Simple Type' |
String |
convertAnyURI(String instanceValue)
Returns a literal representation of an instance of data type 'Any URI' |
String |
convertBase64Binary(byte[] instanceValue)
Returns a literal representation of an instance of data type 'Base64 Binary' |
String |
convertBoolean(boolean instanceValue)
Returns a literal representation of an instance of data type 'Boolean' |
String |
convertBooleanObject(Boolean instanceValue)
Returns a literal representation of an instance of data type 'Boolean Object' |
String |
convertByte(byte instanceValue)
Returns a literal representation of an instance of data type 'Byte' |
String |
convertByteObject(Byte instanceValue)
Returns a literal representation of an instance of data type 'Byte Object' |
String |
convertDate(Object instanceValue)
Returns a literal representation of an instance of data type 'Date' |
String |
convertDateTime(Object instanceValue)
Returns a literal representation of an instance of data type 'Date Time' |
String |
convertDecimal(BigDecimal instanceValue)
Returns a literal representation of an instance of data type 'Decimal' |
String |
convertDouble(double instanceValue)
Returns a literal representation of an instance of data type 'Double' |
String |
convertDoubleObject(Double instanceValue)
Returns a literal representation of an instance of data type 'Double Object' |
String |
convertDuration(Object instanceValue)
Returns a literal representation of an instance of data type 'Duration' |
String |
convertENTITIES(List instanceValue)
Returns a literal representation of an instance of data type 'ENTITIES' |
String |
convertENTITIESBase(List instanceValue)
Returns a literal representation of an instance of data type 'ENTITIES Base' |
String |
convertENTITY(String instanceValue)
Returns a literal representation of an instance of data type 'ENTITY' |
String |
convertFloat(float instanceValue)
Returns a literal representation of an instance of data type 'Float' |
String |
convertFloatObject(Float instanceValue)
Returns a literal representation of an instance of data type 'Float Object' |
String |
convertGDay(Object instanceValue)
Returns a literal representation of an instance of data type 'GDay' |
String |
convertGMonth(Object instanceValue)
Returns a literal representation of an instance of data type 'GMonth' |
String |
convertGMonthDay(Object instanceValue)
Returns a literal representation of an instance of data type 'GMonth Day' |
String |
convertGYear(Object instanceValue)
Returns a literal representation of an instance of data type 'GYear' |
String |
convertGYearMonth(Object instanceValue)
Returns a literal representation of an instance of data type 'GYear Month' |
String |
convertHexBinary(byte[] instanceValue)
Returns a literal representation of an instance of data type 'Hex Binary' |
String |
convertID(String instanceValue)
Returns a literal representation of an instance of data type 'ID' |
String |
convertIDREF(String instanceValue)
Returns a literal representation of an instance of data type 'IDREF' |
String |
convertIDREFS(List instanceValue)
Returns a literal representation of an instance of data type 'IDREFS' |
String |
convertIDREFSBase(List instanceValue)
Returns a literal representation of an instance of data type 'IDREFS Base' |
String |
convertInt(int instanceValue)
Returns a literal representation of an instance of data type 'Int' |
String |
convertInteger(BigInteger instanceValue)
Returns a literal representation of an instance of data type 'Integer' |
String |
convertIntObject(Integer instanceValue)
Returns a literal representation of an instance of data type 'Int Object' |
String |
convertLanguage(String instanceValue)
Returns a literal representation of an instance of data type 'Language' |
String |
convertLong(long instanceValue)
Returns a literal representation of an instance of data type 'Long' |
String |
convertLongObject(Long instanceValue)
Returns a literal representation of an instance of data type 'Long Object' |
String |
convertName(String instanceValue)
Returns a literal representation of an instance of data type 'Name' |
String |
convertNCName(String instanceValue)
Returns a literal representation of an instance of data type 'NC Name' |
String |
convertNegativeInteger(BigInteger instanceValue)
Returns a literal representation of an instance of data type 'Negative Integer' |
String |
convertNMTOKEN(String instanceValue)
Returns a literal representation of an instance of data type 'NMTOKEN' |
String |
convertNMTOKENS(List instanceValue)
Returns a literal representation of an instance of data type 'NMTOKENS' |
String |
convertNMTOKENSBase(List instanceValue)
Returns a literal representation of an instance of data type 'NMTOKENS Base' |
String |
convertNonNegativeInteger(BigInteger instanceValue)
Returns a literal representation of an instance of data type 'Non Negative Integer' |
String |
convertNonPositiveInteger(BigInteger instanceValue)
Returns a literal representation of an instance of data type 'Non Positive Integer' |
String |
convertNormalizedString(String instanceValue)
Returns a literal representation of an instance of data type 'Normalized String' |
String |
convertNOTATION(Object instanceValue)
Returns a literal representation of an instance of data type 'NOTATION' |
String |
convertPositiveInteger(BigInteger instanceValue)
Returns a literal representation of an instance of data type 'Positive Integer' |
String |
convertQName(Object instanceValue)
Returns a literal representation of an instance of data type 'QName' |
String |
convertShort(short instanceValue)
Returns a literal representation of an instance of data type 'Short' |
String |
convertShortObject(Short instanceValue)
Returns a literal representation of an instance of data type 'Short Object' |
String |
convertString(String instanceValue)
Returns a literal representation of an instance of data type 'String' |
String |
convertTime(Object instanceValue)
Returns a literal representation of an instance of data type 'Time' |
String |
convertToken(String instanceValue)
Returns a literal representation of an instance of data type 'Token' |
String |
convertUnsignedByte(short instanceValue)
Returns a literal representation of an instance of data type 'Unsigned Byte' |
String |
convertUnsignedByteObject(Short instanceValue)
Returns a literal representation of an instance of data type 'Unsigned Byte Object' |
String |
convertUnsignedInt(long instanceValue)
Returns a literal representation of an instance of data type 'Unsigned Int' |
String |
convertUnsignedIntObject(Long instanceValue)
Returns a literal representation of an instance of data type 'Unsigned Int Object' |
String |
convertUnsignedLong(BigInteger instanceValue)
Returns a literal representation of an instance of data type 'Unsigned Long' |
String |
convertUnsignedShort(int instanceValue)
Returns a literal representation of an instance of data type 'Unsigned Short' |
String |
convertUnsignedShortObject(Integer instanceValue)
Returns a literal representation of an instance of data type 'Unsigned Short Object' |
Object |
createAnySimpleType(String literal)
Returns an instance of data type 'Any Simple Type' corresponding the given literal |
AnyType |
createAnyType()
Returns a new object of class 'Any Type' |
String |
createAnyURI(String literal)
Returns an instance of data type 'Any URI' corresponding the given literal |
byte[] |
createBase64Binary(String literal)
Returns an instance of data type 'Base64 Binary' corresponding the given literal |
boolean |
createBoolean(String literal)
Returns an instance of data type 'Boolean' corresponding the given literal |
Boolean |
createBooleanObject(String literal)
Returns an instance of data type 'Boolean Object' corresponding the given literal |
byte |
createByte(String literal)
Returns an instance of data type 'Byte' corresponding the given literal |
Byte |
createByteObject(String literal)
Returns an instance of data type 'Byte Object' corresponding the given literal |
Object |
createDate(String literal)
Returns an instance of data type 'Date' corresponding the given literal |
Object |
createDateTime(String literal)
Returns an instance of data type 'Date Time' corresponding the given literal |
BigDecimal |
createDecimal(String literal)
Returns an instance of data type 'Decimal' corresponding the given literal |
double |
createDouble(String literal)
Returns an instance of data type 'Double' corresponding the given literal |
Double |
createDoubleObject(String literal)
Returns an instance of data type 'Double Object' corresponding the given literal |
Object |
createDuration(String literal)
Returns an instance of data type 'Duration' corresponding the given literal |
List |
createENTITIES(String literal)
Returns an instance of data type 'ENTITIES' corresponding the given literal |
List |
createENTITIESBase(String literal)
Returns an instance of data type 'ENTITIES Base' corresponding the given literal |
String |
createENTITY(String literal)
Returns an instance of data type 'ENTITY' corresponding the given literal |
float |
createFloat(String literal)
Returns an instance of data type 'Float' corresponding the given literal |
Float |
createFloatObject(String literal)
Returns an instance of data type 'Float Object' corresponding the given literal |
Object |
createGDay(String literal)
Returns an instance of data type 'GDay' corresponding the given literal |
Object |
createGMonth(String literal)
Returns an instance of data type 'GMonth' corresponding the given literal |
Object |
createGMonthDay(String literal)
Returns an instance of data type 'GMonth Day' corresponding the given literal |
Object |
createGYear(String literal)
Returns an instance of data type 'GYear' corresponding the given literal |
Object |
createGYearMonth(String literal)
Returns an instance of data type 'GYear Month' corresponding the given literal |
byte[] |
createHexBinary(String literal)
Returns an instance of data type 'Hex Binary' corresponding the given literal |
String |
createID(String literal)
Returns an instance of data type 'ID' corresponding the given literal |
String |
createIDREF(String literal)
Returns an instance of data type 'IDREF' corresponding the given literal |
List |
createIDREFS(String literal)
Returns an instance of data type 'IDREFS' corresponding the given literal |
List |
createIDREFSBase(String literal)
Returns an instance of data type 'IDREFS Base' corresponding the given literal |
int |
createInt(String literal)
Returns an instance of data type 'Int' corresponding the given literal |
BigInteger |
createInteger(String literal)
Returns an instance of data type 'Integer' corresponding the given literal |
Integer |
createIntObject(String literal)
Returns an instance of data type 'Int Object' corresponding the given literal |
String |
createLanguage(String literal)
Returns an instance of data type 'Language' corresponding the given literal |
long |
createLong(String literal)
Returns an instance of data type 'Long' corresponding the given literal |
Long |
createLongObject(String literal)
Returns an instance of data type 'Long Object' corresponding the given literal |
String |
createName(String literal)
Returns an instance of data type 'Name' corresponding the given literal |
String |
createNCName(String literal)
Returns an instance of data type 'NC Name' corresponding the given literal |
BigInteger |
createNegativeInteger(String literal)
Returns an instance of data type 'Negative Integer' corresponding the given literal |
String |
createNMTOKEN(String literal)
Returns an instance of data type 'NMTOKEN' corresponding the given literal |
List |
createNMTOKENS(String literal)
Returns an instance of data type 'NMTOKENS' corresponding the given literal |
List |
createNMTOKENSBase(String literal)
Returns an instance of data type 'NMTOKENS Base' corresponding the given literal |
BigInteger |
createNonNegativeInteger(String literal)
Returns an instance of data type 'Non Negative Integer' corresponding the given literal |
BigInteger |
createNonPositiveInteger(String literal)
Returns an instance of data type 'Non Positive Integer' corresponding the given literal |
String |
createNormalizedString(String literal)
Returns an instance of data type 'Normalized String' corresponding the given literal |
Object |
createNOTATION(String literal)
Returns an instance of data type 'NOTATION' corresponding the given literal |
BigInteger |
createPositiveInteger(String literal)
Returns an instance of data type 'Positive Integer' corresponding the given literal |
Object |
createQName(String literal)
Returns an instance of data type 'QName' corresponding the given literal |
short |
createShort(String literal)
Returns an instance of data type 'Short' corresponding the given literal |
Short |
createShortObject(String literal)
Returns an instance of data type 'Short Object' corresponding the given literal |
SimpleAnyType |
createSimpleAnyType()
Returns a new object of class 'Simple Any Type' |
String |
createString(String literal)
Returns an instance of data type 'String' corresponding the given literal |
Object |
createTime(String literal)
Returns an instance of data type 'Time' corresponding the given literal |
String |
createToken(String literal)
Returns an instance of data type 'Token' corresponding the given literal |
short |
createUnsignedByte(String literal)
Returns an instance of data type 'Unsigned Byte' corresponding the given literal |
Short |
createUnsignedByteObject(String literal)
Returns an instance of data type 'Unsigned Byte Object' corresponding the given literal |
long |
createUnsignedInt(String literal)
Returns an instance of data type 'Unsigned Int' corresponding the given literal |
Long |
createUnsignedIntObject(String literal)
Returns an instance of data type 'Unsigned Int Object' corresponding the given literal |
BigInteger |
createUnsignedLong(String literal)
Returns an instance of data type 'Unsigned Long' corresponding the given literal |
int |
createUnsignedShort(String literal)
Returns an instance of data type 'Unsigned Short' corresponding the given literal |
Integer |
createUnsignedShortObject(String literal)
Returns an instance of data type 'Unsigned Short Object' corresponding the given literal |
XMLTypeDocumentRoot |
createXMLTypeDocumentRoot()
Returns a new object of class 'Document Root' |
XMLTypePackage |
getXMLTypePackage()
Returns the package supported by this factory |
Methods inherited from interface org.eclipse.emf.ecore.EFactory |
convertToString, create, createFromString, 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 |
Field Detail |
public static final XMLTypeFactory eINSTANCE
Method Detail |
public AnyType createAnyType()
public SimpleAnyType createSimpleAnyType()
public XMLTypeDocumentRoot createXMLTypeDocumentRoot()
public Object createAnySimpleType(String literal)
literal
- a literal of the data type.
public String convertAnySimpleType(Object instanceValue)
instanceValue
- an instance value of the data type.
public String createAnyURI(String literal)
literal
- a literal of the data type.
public String convertAnyURI(String instanceValue)
instanceValue
- an instance value of the data type.
public byte[] createBase64Binary(String literal)
literal
- a literal of the data type.
public String convertBase64Binary(byte[] instanceValue)
instanceValue
- an instance value of the data type.
public boolean createBoolean(String literal)
literal
- a literal of the data type.
public String convertBoolean(boolean instanceValue)
instanceValue
- an instance value of the data type.
public Boolean createBooleanObject(String literal)
literal
- a literal of the data type.
public String convertBooleanObject(Boolean instanceValue)
instanceValue
- an instance value of the data type.
public byte createByte(String literal)
literal
- a literal of the data type.
public String convertByte(byte instanceValue)
instanceValue
- an instance value of the data type.
public Byte createByteObject(String literal)
literal
- a literal of the data type.
public String convertByteObject(Byte instanceValue)
instanceValue
- an instance value of the data type.
public Object createDate(String literal)
literal
- a literal of the data type.
public String convertDate(Object instanceValue)
instanceValue
- an instance value of the data type.
public Object createDateTime(String literal)
literal
- a literal of the data type.
public String convertDateTime(Object instanceValue)
instanceValue
- an instance value of the data type.
public BigDecimal createDecimal(String literal)
literal
- a literal of the data type.
public String convertDecimal(BigDecimal instanceValue)
instanceValue
- an instance value of the data type.
public double createDouble(String literal)
literal
- a literal of the data type.
public String convertDouble(double instanceValue)
instanceValue
- an instance value of the data type.
public Double createDoubleObject(String literal)
literal
- a literal of the data type.
public String convertDoubleObject(Double instanceValue)
instanceValue
- an instance value of the data type.
public Object createDuration(String literal)
literal
- a literal of the data type.
public String convertDuration(Object instanceValue)
instanceValue
- an instance value of the data type.
public List createENTITIES(String literal)
literal
- a literal of the data type.
public String convertENTITIES(List instanceValue)
instanceValue
- an instance value of the data type.
public List createENTITIESBase(String literal)
literal
- a literal of the data type.
public String convertENTITIESBase(List instanceValue)
instanceValue
- an instance value of the data type.
public String createENTITY(String literal)
literal
- a literal of the data type.
public String convertENTITY(String instanceValue)
instanceValue
- an instance value of the data type.
public float createFloat(String literal)
literal
- a literal of the data type.
public String convertFloat(float instanceValue)
instanceValue
- an instance value of the data type.
public Float createFloatObject(String literal)
literal
- a literal of the data type.
public String convertFloatObject(Float instanceValue)
instanceValue
- an instance value of the data type.
public Object createGDay(String literal)
literal
- a literal of the data type.
public String convertGDay(Object instanceValue)
instanceValue
- an instance value of the data type.
public Object createGMonth(String literal)
literal
- a literal of the data type.
public String convertGMonth(Object instanceValue)
instanceValue
- an instance value of the data type.
public Object createGMonthDay(String literal)
literal
- a literal of the data type.
public String convertGMonthDay(Object instanceValue)
instanceValue
- an instance value of the data type.
public Object createGYear(String literal)
literal
- a literal of the data type.
public String convertGYear(Object instanceValue)
instanceValue
- an instance value of the data type.
public Object createGYearMonth(String literal)
literal
- a literal of the data type.
public String convertGYearMonth(Object instanceValue)
instanceValue
- an instance value of the data type.
public byte[] createHexBinary(String literal)
literal
- a literal of the data type.
public String convertHexBinary(byte[] instanceValue)
instanceValue
- an instance value of the data type.
public String createID(String literal)
literal
- a literal of the data type.
public String convertID(String instanceValue)
instanceValue
- an instance value of the data type.
public String createIDREF(String literal)
literal
- a literal of the data type.
public String convertIDREF(String instanceValue)
instanceValue
- an instance value of the data type.
public List createIDREFS(String literal)
literal
- a literal of the data type.
public String convertIDREFS(List instanceValue)
instanceValue
- an instance value of the data type.
public List createIDREFSBase(String literal)
literal
- a literal of the data type.
public String convertIDREFSBase(List instanceValue)
instanceValue
- an instance value of the data type.
public int createInt(String literal)
literal
- a literal of the data type.
public String convertInt(int instanceValue)
instanceValue
- an instance value of the data type.
public BigInteger createInteger(String literal)
literal
- a literal of the data type.
public String convertInteger(BigInteger instanceValue)
instanceValue
- an instance value of the data type.
public Integer createIntObject(String literal)
literal
- a literal of the data type.
public String convertIntObject(Integer instanceValue)
instanceValue
- an instance value of the data type.
public String createLanguage(String literal)
literal
- a literal of the data type.
public String convertLanguage(String instanceValue)
instanceValue
- an instance value of the data type.
public long createLong(String literal)
literal
- a literal of the data type.
public String convertLong(long instanceValue)
instanceValue
- an instance value of the data type.
public Long createLongObject(String literal)
literal
- a literal of the data type.
public String convertLongObject(Long instanceValue)
instanceValue
- an instance value of the data type.
public String createName(String literal)
literal
- a literal of the data type.
public String convertName(String instanceValue)
instanceValue
- an instance value of the data type.
public String createNCName(String literal)
literal
- a literal of the data type.
public String convertNCName(String instanceValue)
instanceValue
- an instance value of the data type.
public BigInteger createNegativeInteger(String literal)
literal
- a literal of the data type.
public String convertNegativeInteger(BigInteger instanceValue)
instanceValue
- an instance value of the data type.
public String createNMTOKEN(String literal)
literal
- a literal of the data type.
public String convertNMTOKEN(String instanceValue)
instanceValue
- an instance value of the data type.
public List createNMTOKENS(String literal)
literal
- a literal of the data type.
public String convertNMTOKENS(List instanceValue)
instanceValue
- an instance value of the data type.
public List createNMTOKENSBase(String literal)
literal
- a literal of the data type.
public String convertNMTOKENSBase(List instanceValue)
instanceValue
- an instance value of the data type.
public BigInteger createNonNegativeInteger(String literal)
literal
- a literal of the data type.
public String convertNonNegativeInteger(BigInteger instanceValue)
instanceValue
- an instance value of the data type.
public BigInteger createNonPositiveInteger(String literal)
literal
- a literal of the data type.
public String convertNonPositiveInteger(BigInteger instanceValue)
instanceValue
- an instance value of the data type.
public String createNormalizedString(String literal)
literal
- a literal of the data type.
public String convertNormalizedString(String instanceValue)
instanceValue
- an instance value of the data type.
public Object createNOTATION(String literal)
literal
- a literal of the data type.
public String convertNOTATION(Object instanceValue)
instanceValue
- an instance value of the data type.
public BigInteger createPositiveInteger(String literal)
literal
- a literal of the data type.
public String convertPositiveInteger(BigInteger instanceValue)
instanceValue
- an instance value of the data type.
public Object createQName(String literal)
literal
- a literal of the data type.
public String convertQName(Object instanceValue)
instanceValue
- an instance value of the data type.
public short createShort(String literal)
literal
- a literal of the data type.
public String convertShort(short instanceValue)
instanceValue
- an instance value of the data type.
public Short createShortObject(String literal)
literal
- a literal of the data type.
public String convertShortObject(Short instanceValue)
instanceValue
- an instance value of the data type.
public String createString(String literal)
literal
- a literal of the data type.
public String convertString(String instanceValue)
instanceValue
- an instance value of the data type.
public Object createTime(String literal)
literal
- a literal of the data type.
public String convertTime(Object instanceValue)
instanceValue
- an instance value of the data type.
public String createToken(String literal)
literal
- a literal of the data type.
public String convertToken(String instanceValue)
instanceValue
- an instance value of the data type.
public short createUnsignedByte(String literal)
literal
- a literal of the data type.
public String convertUnsignedByte(short instanceValue)
instanceValue
- an instance value of the data type.
public Short createUnsignedByteObject(String literal)
literal
- a literal of the data type.
public String convertUnsignedByteObject(Short instanceValue)
instanceValue
- an instance value of the data type.
public long createUnsignedInt(String literal)
literal
- a literal of the data type.
public String convertUnsignedInt(long instanceValue)
instanceValue
- an instance value of the data type.
public Long createUnsignedIntObject(String literal)
literal
- a literal of the data type.
public String convertUnsignedIntObject(Long instanceValue)
instanceValue
- an instance value of the data type.
public BigInteger createUnsignedLong(String literal)
literal
- a literal of the data type.
public String convertUnsignedLong(BigInteger instanceValue)
instanceValue
- an instance value of the data type.
public int createUnsignedShort(String literal)
literal
- a literal of the data type.
public String convertUnsignedShort(int instanceValue)
instanceValue
- an instance value of the data type.
public Integer createUnsignedShortObject(String literal)
literal
- a literal of the data type.
public String convertUnsignedShortObject(Integer instanceValue)
instanceValue
- an instance value of the data type.
public XMLTypePackage getXMLTypePackage()
|
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 |