public class IntegerMemLiteral extends MemLiteral
EMPTY_LIST| Constructor and Description |
|---|
IntegerMemLiteral(Object creator,
BigInteger value) |
IntegerMemLiteral(Object creator,
BigInteger value,
org.eclipse.rdf4j.model.IRI datatype) |
IntegerMemLiteral(Object creator,
String label,
BigInteger value,
org.eclipse.rdf4j.model.IRI datatype) |
| Modifier and Type | Method and Description |
|---|---|
byte |
byteValue() |
BigDecimal |
decimalValue() |
double |
doubleValue() |
float |
floatValue() |
BigInteger |
integerValue() |
int |
intValue() |
long |
longValue() |
short |
shortValue() |
addObjectStatement, cleanSnapshotsFromObjectStatements, getCreator, getObjectStatementCount, getObjectStatementList, hasStatements, removeObjectStatementbooleanValue, calendarValue, equals, getDatatype, getLabel, getLanguage, hashCode, setDatatype, setLabel, setLanguage, stringValue, toStringpublic IntegerMemLiteral(Object creator, BigInteger value)
public IntegerMemLiteral(Object creator, BigInteger value, org.eclipse.rdf4j.model.IRI datatype)
public IntegerMemLiteral(Object creator, String label, BigInteger value, org.eclipse.rdf4j.model.IRI datatype)
public byte byteValue()
byteValue in interface org.eclipse.rdf4j.model.LiteralbyteValue in class org.eclipse.rdf4j.model.impl.SimpleLiteralpublic short shortValue()
shortValue in interface org.eclipse.rdf4j.model.LiteralshortValue in class org.eclipse.rdf4j.model.impl.SimpleLiteralpublic int intValue()
intValue in interface org.eclipse.rdf4j.model.LiteralintValue in class org.eclipse.rdf4j.model.impl.SimpleLiteralpublic long longValue()
longValue in interface org.eclipse.rdf4j.model.LiterallongValue in class org.eclipse.rdf4j.model.impl.SimpleLiteralpublic float floatValue()
floatValue in interface org.eclipse.rdf4j.model.LiteralfloatValue in class org.eclipse.rdf4j.model.impl.SimpleLiteralpublic double doubleValue()
doubleValue in interface org.eclipse.rdf4j.model.LiteraldoubleValue in class org.eclipse.rdf4j.model.impl.SimpleLiteralpublic BigInteger integerValue()
integerValue in interface org.eclipse.rdf4j.model.LiteralintegerValue in class org.eclipse.rdf4j.model.impl.SimpleLiteralpublic BigDecimal decimalValue()
decimalValue in interface org.eclipse.rdf4j.model.LiteraldecimalValue in class org.eclipse.rdf4j.model.impl.SimpleLiteralCopyright © 2015-2018 Eclipse Foundation. All Rights Reserved.