public class RdbmsLiteral extends RdbmsValue implements Literal
LiteralImpl providing an internal id and version.| Constructor and Description |
|---|
RdbmsLiteral(Literal lit) |
RdbmsLiteral(Number id,
Integer version,
Literal lit) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
booleanValue() |
byte |
byteValue() |
XMLGregorianCalendar |
calendarValue() |
BigDecimal |
decimalValue() |
double |
doubleValue() |
boolean |
equals(Object other) |
float |
floatValue() |
URI |
getDatatype() |
String |
getLabel() |
String |
getLanguage() |
int |
hashCode() |
BigInteger |
integerValue() |
int |
intValue() |
long |
longValue() |
short |
shortValue() |
String |
stringValue() |
String |
toString() |
getInternalId, getVersion, isExpired, setInternalId, setVersionpublic RdbmsLiteral(Literal lit)
public boolean booleanValue()
booleanValue in interface Literalpublic XMLGregorianCalendar calendarValue()
calendarValue in interface Literalpublic BigDecimal decimalValue()
decimalValue in interface Literalpublic double doubleValue()
doubleValue in interface Literalpublic float floatValue()
floatValue in interface Literalpublic URI getDatatype()
getDatatype in interface Literalpublic String getLanguage()
getLanguage in interface Literalpublic BigInteger integerValue()
integerValue in interface Literalpublic short shortValue()
shortValue in interface Literalpublic String stringValue()
stringValue in interface Valuepublic boolean equals(Object other)
Copyright © 2001-2014 Aduna. All Rights Reserved.