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, setIVclone, finalize, getClass, notify, notifyAll, wait, wait, waitclearInternalValue, getIV, getValueFactory, isRealIV, setIVpublic String stringValue()
stringValue in interface org.openrdf.model.Valuepublic final String getLabel()
getLabel in interface org.openrdf.model.Literalpublic final String getLanguage()
getLanguage in interface org.openrdf.model.Literalpublic final BigdataURI getDatatype()
BigdataLiteralgetDatatype in interface BigdataLiteralgetDatatype in interface org.openrdf.model.Literalpublic 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.Literalpublic final byte byteValue()
byteValue in interface org.openrdf.model.Literalpublic final short shortValue()
shortValue in interface org.openrdf.model.Literalpublic final int intValue()
intValue in interface org.openrdf.model.Literalpublic final long longValue()
longValue in interface org.openrdf.model.Literalpublic final float floatValue()
floatValue in interface org.openrdf.model.Literalpublic final double doubleValue()
doubleValue in interface org.openrdf.model.Literalpublic final BigInteger integerValue()
integerValue in interface org.openrdf.model.Literalpublic final BigDecimal decimalValue()
decimalValue in interface org.openrdf.model.Literalpublic final XMLGregorianCalendar calendarValue()
calendarValue in interface org.openrdf.model.LiteralCopyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.