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, toFlags
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
byteLength, encode, flags, getDTE, getDTEX, getInlineValue, getVTE, isBigNumeric, isBNode, isExtension, isFixedNumeric, isFloatingPointNumeric, isInline, isLiteral, isNullIV, isNumeric, isResource, isSignedNumeric, isStatement, isUnsignedNumeric, isURI, isVocabulary
compareTo
protected 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.Value
public String getLabel()
Literal.getLabel()
.getLabel
in interface org.openrdf.model.Literal
public org.openrdf.model.URI getDatatype()
Literal.getDatatype()
.getDatatype
in interface org.openrdf.model.Literal
public String getLanguage()
Literal.getLanguage()
.getLanguage
in interface org.openrdf.model.Literal
public boolean booleanValue()
Literal.booleanValue()
.booleanValue
in interface org.openrdf.model.Literal
public byte byteValue()
Literal.byteValue()
.byteValue
in interface org.openrdf.model.Literal
public short shortValue()
Literal.shortValue()
.shortValue
in interface org.openrdf.model.Literal
public int intValue()
Literal.intValue()
.intValue
in interface org.openrdf.model.Literal
public long longValue()
Literal.longValue()
.longValue
in interface org.openrdf.model.Literal
public float floatValue()
Literal.floatValue()
.floatValue
in interface org.openrdf.model.Literal
public double doubleValue()
Literal.doubleValue()
.doubleValue
in interface org.openrdf.model.Literal
public BigInteger integerValue()
Literal.integerValue()
.integerValue
in interface org.openrdf.model.Literal
public BigDecimal decimalValue()
Literal.decimalValue()
.decimalValue
in interface org.openrdf.model.Literal
public XMLGregorianCalendar calendarValue()
Literal.calendarValue()
.calendarValue
in interface org.openrdf.model.Literal
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.