public class DecimalMemLiteral extends MemLiteral
EMPTY_LIST| Constructor and Description |
|---|
DecimalMemLiteral(Object creator,
BigDecimal value) |
DecimalMemLiteral(Object creator,
BigDecimal value,
URI datatype) |
DecimalMemLiteral(Object creator,
String label,
BigDecimal 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 DecimalMemLiteral(Object creator, BigDecimal value)
public DecimalMemLiteral(Object creator, BigDecimal value, URI datatype)
public DecimalMemLiteral(Object creator, String label, BigDecimal 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.