|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openanzo.glitter.rdf.datatype.TypeMaps.TMHexBinary
public class TypeMaps.TMHexBinary
Type map for hex binary data.
| Constructor Summary | |
|---|---|
TypeMaps.TMHexBinary()
|
|
| Method Summary | |
|---|---|
java.lang.Class<?> |
getJavaClass()
Get the Java type for this map. |
java.lang.String |
getLexicalValue(java.lang.Object obj)
Transform from a native value to a lexical form of the value. |
java.lang.Object |
getNativeObject(java.lang.String value)
Transform from the lexical form of a value into a native Java object. |
java.net.URI |
getXSDatatype()
Get The XML Schema type for this map. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TypeMaps.TMHexBinary()
| Method Detail |
|---|
public java.lang.Class<?> getJavaClass()
ITypeMap
getJavaClass in interface ITypeMappublic java.net.URI getXSDatatype()
ITypeMap
getXSDatatype in interface ITypeMappublic java.lang.Object getNativeObject(java.lang.String value)
ITypeMap
getNativeObject in interface ITypeMapvalue - lexical value to convert
public java.lang.String getLexicalValue(java.lang.Object obj)
ITypeMap
getLexicalValue in interface ITypeMapobj - native value to convert
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||