|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openanzo.glitter.rdf.datatype.TypeMaps
public class TypeMaps
A singleton collection of ITypeMap for converting between XML Schema types and Java classes.
| Nested Class Summary | |
|---|---|
class |
TypeMaps.TMBase64Binary
Type map for base64 binary data. |
class |
TypeMaps.TMBoolean
Type map for boolean data. |
class |
TypeMaps.TMByte
Type map for byte data. |
class |
TypeMaps.TMDate
Type map for date data. |
class |
TypeMaps.TMDateTime
Type map for date time data. |
class |
TypeMaps.TMDecimal
Type map for decimal data. |
class |
TypeMaps.TMDouble
Type map for double data. |
class |
TypeMaps.TMFloat
Type map for float data. |
class |
TypeMaps.TMHexBinary
Type map for hex binary data. |
class |
TypeMaps.TMInt
Type map for int data. |
class |
TypeMaps.TMInteger
Type map for integer data. |
class |
TypeMaps.TMLong
Type map for long data. |
class |
TypeMaps.TMShort
Type map for short data. |
class |
TypeMaps.TMString
Type map for string data. |
class |
TypeMaps.TMTime
Type map for time data. |
class |
TypeMaps.TMUnsignedByte
Type map for unsigned byte data. |
class |
TypeMaps.TMUnsignedInt
Type map for unsigned integer data. |
class |
TypeMaps.TMUnsignedShort
Type map for unsigned short data. |
| Method Summary | |
|---|---|
static TypeMaps |
getTypeMaps()
Singleton accessor. |
static java.lang.String |
xsd(java.lang.String base)
Creates a URI in the XSD namespace ending in base. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static java.lang.String xsd(java.lang.String base)
base -
public static TypeMaps getTypeMaps()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||