public class BigdataLiteralImpl extends BigdataValueImpl implements BigdataLiteral
BigdataValueFactory
to create instances of this class.iv
Modifier and Type | Method and Description |
---|---|
boolean |
booleanValue() |
byte |
byteValue() |
XMLGregorianCalendar |
calendarValue() |
BigDecimal |
decimalValue() |
double |
doubleValue() |
boolean |
equals(org.openrdf.model.Literal o) |
boolean |
equals(Object o) |
float |
floatValue() |
BigdataURI |
getDatatype()
Specialized return type.
|
String |
getLabel() |
String |
getLanguage() |
int |
hashCode() |
BigInteger |
integerValue() |
int |
intValue() |
long |
longValue() |
short |
shortValue() |
String |
stringValue() |
String |
toString() |
clearInternalValue, get, getIV, getValueFactory, isRealIV, setIV
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
clearInternalValue, getIV, getValueFactory, isRealIV, setIV
public String stringValue()
stringValue
in interface org.openrdf.model.Value
public final String getLabel()
getLabel
in interface org.openrdf.model.Literal
public final String getLanguage()
getLanguage
in interface org.openrdf.model.Literal
public final BigdataURI getDatatype()
BigdataLiteral
getDatatype
in interface BigdataLiteral
getDatatype
in interface org.openrdf.model.Literal
public final int hashCode()
public final boolean equals(Object o)
public final boolean equals(org.openrdf.model.Literal o)
public final boolean booleanValue()
booleanValue
in interface org.openrdf.model.Literal
public final byte byteValue()
byteValue
in interface org.openrdf.model.Literal
public final short shortValue()
shortValue
in interface org.openrdf.model.Literal
public final int intValue()
intValue
in interface org.openrdf.model.Literal
public final long longValue()
longValue
in interface org.openrdf.model.Literal
public final float floatValue()
floatValue
in interface org.openrdf.model.Literal
public final double doubleValue()
doubleValue
in interface org.openrdf.model.Literal
public final BigInteger integerValue()
integerValue
in interface org.openrdf.model.Literal
public final BigDecimal decimalValue()
decimalValue
in interface org.openrdf.model.Literal
public final XMLGregorianCalendar calendarValue()
calendarValue
in interface org.openrdf.model.Literal
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.