|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bigdata.rdf.internal.impl.extensions.XSDStringExtension<V>
public class XSDStringExtension<V extends BigdataValue>
This implementation of IExtension supports fully inlined
xsd:string values.
| Constructor Summary | |
|---|---|
XSDStringExtension(IDatatypeURIResolver resolver,
int maxInlineStringLength)
|
|
| Method Summary | |
|---|---|
V |
asValue(LiteralExtensionIV iv,
BigdataValueFactory vf)
Create an RDF value from an LiteralExtensionIV. |
LiteralExtensionIV |
createIV(Value value)
Create an LiteralExtensionIV from an RDF value. |
Set<BigdataURI> |
getDatatypes()
Return the fully resolved datatype(s) handled by this interface in the form of a BigdataURI with the TermId already set. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XSDStringExtension(IDatatypeURIResolver resolver,
int maxInlineStringLength)
| Method Detail |
|---|
public Set<BigdataURI> getDatatypes()
IExtensionBigdataURI with the TermId already set.
getDatatypes in interface IExtension<V extends BigdataValue>public LiteralExtensionIV createIV(Value value)
IExtensionLiteralExtensionIV from an RDF value.
createIV in interface IExtension<V extends BigdataValue>value - The RDF Value
IV -or- null if the
Value can not be inlined using this IExtension.
public V asValue(LiteralExtensionIV iv,
BigdataValueFactory vf)
IExtensionLiteralExtensionIV.
asValue in interface IExtension<V extends BigdataValue>iv - The extension IVvf - The bigdata value factory
Value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||