public class ValueConverter extends Object
| Constructor and Description |
|---|
ValueConverter(ProvFactory pFactory) |
| Modifier and Type | Method and Description |
|---|---|
Object |
convertToJava(QualifiedName datatype,
String value)
Converts a string into a Java object, according to type provided.
|
Element |
convertXMLLiteral(String value) |
QualifiedName |
getXsdType(Object o) |
public ValueConverter(ProvFactory pFactory)
public Object convertToJava(QualifiedName datatype, String value)
datatype - any xsd datatype, provided it is not xsd:QNamevalue - is a Stringpublic QualifiedName getXsdType(Object o)
Copyright © 2016. All rights reserved.