public class IntegerMemLiteral extends MemLiteral
EMPTY_LIST| Constructor and Description |
|---|
IntegerMemLiteral(Object creator,
BigInteger value) |
IntegerMemLiteral(Object creator,
BigInteger value,
URI datatype) |
IntegerMemLiteral(Object creator,
String label,
BigInteger value,
URI 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, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitstringValuepublic IntegerMemLiteral(Object creator, BigInteger value)
public IntegerMemLiteral(Object creator, BigInteger value, URI datatype)
public IntegerMemLiteral(Object creator, String label, BigInteger value, URI datatype)
public byte byteValue()
byteValue in interface LiteralbyteValue in class LiteralImplpublic short shortValue()
shortValue in interface LiteralshortValue in class LiteralImplpublic int intValue()
intValue in interface LiteralintValue in class LiteralImplpublic long longValue()
longValue in interface LiterallongValue in class LiteralImplpublic float floatValue()
floatValue in interface LiteralfloatValue in class LiteralImplpublic double doubleValue()
doubleValue in interface LiteraldoubleValue in class LiteralImplpublic BigInteger integerValue()
integerValue in interface LiteralintegerValue in class LiteralImplpublic BigDecimal decimalValue()
decimalValue in interface LiteraldecimalValue in class LiteralImplCopyright © 2001-2014 Aduna. All Rights Reserved.