public abstract class TypeConverterBase extends Object implements TypeConverter
| Modifier and Type | Field and Description |
|---|---|
protected String |
datatypeURI |
protected Class<?> |
javaClass |
| Constructor and Description |
|---|
TypeConverterBase(String datatypeURI,
Class<?> javaClass) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDatatypeURI() |
Class<?> |
getJavaClass() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waittoJava, toRdfpublic String getDatatypeURI()
getDatatypeURI in interface TypeConverterpublic Class<?> getJavaClass()
getJavaClass in interface TypeConverterCopyright © 2017. All rights reserved.