org.openanzo.glitter.rdf.datatype
Class TypeMaps

java.lang.Object
  extended by org.openanzo.glitter.rdf.datatype.TypeMaps

public class TypeMaps
extends java.lang.Object

A singleton collection of ITypeMap for converting between XML Schema types and Java classes.

Author:
lee

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

xsd

public static java.lang.String xsd(java.lang.String base)
Creates a URI in the XSD namespace ending in base.

Parameters:
base -
Returns:
a URI in the XSD namespace ending in base.

getTypeMaps

public static TypeMaps getTypeMaps()
Singleton accessor.

Returns:
Singleton accessor for TypeMaps


Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.