org.semanticweb.owl.io.vocabulary
Class XMLSchemaSimpleDatatypeVocabulary
java.lang.Object
|
+--org.semanticweb.owl.io.vocabulary.XMLSchemaSimpleDatatypeVocabulary
- public class XMLSchemaSimpleDatatypeVocabulary
- extends Object
Provides access to those XMLS Simple Datatypes,
that is a subset of (Primitive and Derived Datatypes)
which make sense for OWL and RDF.
- Since:
- 04.02.2003
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static XMLSchemaSimpleDatatypeVocabulary INSTANCE
XS
public static final String XS
- See Also:
- Constant Field Values
XMLSchemaSimpleDatatypeVocabulary
protected XMLSchemaSimpleDatatypeVocabulary()
getString
public String getString()
getBoolean
public String getBoolean()
getDecimal
public String getDecimal()
getFloat
public String getFloat()
getDouble
public String getDouble()
getDuration
public String getDuration()
getDateTime
public String getDateTime()
getTime
public String getTime()
getDate
public String getDate()
getGYearMonth
public String getGYearMonth()
getGYear
public String getGYear()
getGMonthDay
public String getGMonthDay()
getGDay
public String getGDay()
getGMonth
public String getGMonth()
getHexBinary
public String getHexBinary()
getBase64Binary
public String getBase64Binary()
getAnyURI
public String getAnyURI()
getNormalizedString
public String getNormalizedString()
getToken
public String getToken()
getLanguage
public String getLanguage()
getNMTOKEN
public String getNMTOKEN()
getName
public String getName()
getNCName
public String getNCName()
getInteger
public String getInteger()
getNonPositiveInteger
public String getNonPositiveInteger()
getNegativeInteger
public String getNegativeInteger()
getLong
public String getLong()
getInt
public String getInt()
getShort
public String getShort()
getByte
public String getByte()
getNonNegativeInteger
public String getNonNegativeInteger()
getUnsignedLong
public String getUnsignedLong()
getUnsignedInt
public String getUnsignedInt()
getUnsignedShort
public String getUnsignedShort()
getUnsignedByte
public String getUnsignedByte()
getPositiveInteger
public String getPositiveInteger()
getDatatypes
public Set getDatatypes()
WonderWeb