public abstract class AbstractLiteralIV<V extends BigdataLiteral,T> extends AbstractInlineIV<V,T> implements org.openrdf.model.Literal, InlineLiteralIV<V,T>
http://www.w3.org/TR/rdf-sparql-query/#FunctionMapping, The casting
rules for SPARQL,
Serialized Formflags| Modifier | Constructor and Description |
|---|---|
protected |
AbstractLiteralIV(DTE dte) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
booleanValue()
Implement
Literal.booleanValue(). |
byte |
byteValue()
Implement
Literal.byteValue(). |
XMLGregorianCalendar |
calendarValue()
Implement
Literal.calendarValue(). |
BigDecimal |
decimalValue()
Implement
Literal.decimalValue(). |
double |
doubleValue()
Implement
Literal.doubleValue(). |
float |
floatValue()
Implement
Literal.floatValue(). |
org.openrdf.model.URI |
getDatatype()
Implement
Literal.getDatatype(). |
String |
getLabel()
Implement
Literal.getLabel(). |
String |
getLanguage()
Implement
Literal.getLanguage(). |
BigInteger |
integerValue()
Implement
Literal.integerValue(). |
int |
intValue()
Implement
Literal.intValue(). |
long |
longValue()
Implement
Literal.longValue(). |
boolean |
needsMaterialization()
Implement
IV.needsMaterialization(). |
short |
shortValue()
Implement
Literal.shortValue(). |
String |
stringValue()
Implement
Value.stringValue(). |
String |
toString() |
isInline_compareTo, compareTo, encode, equals, flags, getDTE, getDTE, getDTEX, getInternalValueTypeEnum, getValue, getValueCache, getVTE, getVTE, hashCode, hasValue, isBigNumeric, isBNode, isExtension, isExtension, isFixedNumeric, isFloatingPointNumeric, isInline, isLiteral, isNullIV, isNumeric, isResource, isSignedNumeric, isStatement, isUnsignedNumeric, isURI, isVocabulary, setValue, toFlagsclone, finalize, getClass, notify, notifyAll, wait, wait, waitbyteLength, encode, flags, getDTE, getDTEX, getInlineValue, getVTE, isBigNumeric, isBNode, isExtension, isFixedNumeric, isFloatingPointNumeric, isInline, isLiteral, isNullIV, isNumeric, isResource, isSignedNumeric, isStatement, isUnsignedNumeric, isURI, isVocabularycompareToprotected AbstractLiteralIV(DTE dte)
public final boolean needsMaterialization()
IV.needsMaterialization(). Materialization not required
to answer the Literal interface methods.needsMaterialization in interface IV<V extends BigdataLiteral,T>public String stringValue()
Value.stringValue().stringValue in interface org.openrdf.model.Valuepublic String getLabel()
Literal.getLabel().getLabel in interface org.openrdf.model.Literalpublic org.openrdf.model.URI getDatatype()
Literal.getDatatype().getDatatype in interface org.openrdf.model.Literalpublic String getLanguage()
Literal.getLanguage().getLanguage in interface org.openrdf.model.Literalpublic boolean booleanValue()
Literal.booleanValue().booleanValue in interface org.openrdf.model.Literalpublic byte byteValue()
Literal.byteValue().byteValue in interface org.openrdf.model.Literalpublic short shortValue()
Literal.shortValue().shortValue in interface org.openrdf.model.Literalpublic int intValue()
Literal.intValue().intValue in interface org.openrdf.model.Literalpublic long longValue()
Literal.longValue().longValue in interface org.openrdf.model.Literalpublic float floatValue()
Literal.floatValue().floatValue in interface org.openrdf.model.Literalpublic double doubleValue()
Literal.doubleValue().doubleValue in interface org.openrdf.model.Literalpublic BigInteger integerValue()
Literal.integerValue().integerValue in interface org.openrdf.model.Literalpublic BigDecimal decimalValue()
Literal.decimalValue().decimalValue in interface org.openrdf.model.Literalpublic XMLGregorianCalendar calendarValue()
Literal.calendarValue().calendarValue in interface org.openrdf.model.LiteralCopyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.