public final class StardogLongIntegerLiteral extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
booleanValue() |
byte |
byteValue() |
XMLGregorianCalendar |
calendarValue() |
BigDecimal |
decimalValue() |
double |
doubleValue() |
boolean |
equals(Object o) |
float |
floatValue() |
StardogValueFactory.Datatype |
getBuiltInDatatype() |
String |
getLabel() |
Optional<String> |
getLanguage() |
int |
hashCode() |
BigInteger |
integerValue() |
int |
intValue() |
long |
longValue() |
short |
shortValue() |
String |
stringValue() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetDatatypepublic StardogValueFactory.Datatype getBuiltInDatatype()
public boolean equals(Object o)
equals in interface org.openrdf.model.Literalpublic byte byteValue()
byteValue in interface org.openrdf.model.Literalpublic short shortValue()
shortValue in interface org.openrdf.model.Literalpublic int intValue()
intValue in interface org.openrdf.model.Literalpublic long longValue()
longValue in interface org.openrdf.model.Literalpublic BigDecimal decimalValue()
decimalValue in interface org.openrdf.model.Literalpublic float floatValue()
floatValue in interface org.openrdf.model.Literalpublic double doubleValue()
doubleValue in interface org.openrdf.model.Literalpublic boolean booleanValue()
booleanValue in interface org.openrdf.model.Literalpublic final String getLabel()
getLabel in interface org.openrdf.model.Literalpublic int hashCode()
public Optional<String> getLanguage()
getLanguage in interface org.openrdf.model.Literalpublic final BigInteger integerValue()
integerValue in interface org.openrdf.model.Literalpublic XMLGregorianCalendar calendarValue()
calendarValue in interface org.openrdf.model.Literalpublic final String stringValue()
stringValue in interface org.openrdf.model.ValueCopyright © 2010-2016 Stardog Union. All Rights Reserved.