public class StardogStringLiteral extends Object implements StardogBuiltInLiteral
| Modifier | Constructor and Description |
|---|---|
protected |
StardogStringLiteral(String theLabel) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
booleanValue() |
byte |
byteValue() |
XMLGregorianCalendar |
calendarValue() |
BigDecimal |
decimalValue() |
double |
doubleValue() |
boolean |
equals(Object theObject) |
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, waitgetDatatypeprotected StardogStringLiteral(String theLabel)
public StardogValueFactory.Datatype getBuiltInDatatype()
getBuiltInDatatype in interface StardogBuiltInLiteralpublic final String getLabel()
getLabel in interface org.openrdf.model.Literalpublic int hashCode()
public boolean equals(Object theObject)
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.Valuepublic 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.LiteralCopyright © 2010-2016 Stardog Union. All Rights Reserved.