public class NumericMemLiteral extends MemLiteral
EMPTY_LIST| Constructor and Description |
|---|
NumericMemLiteral(Object creator,
byte number) |
NumericMemLiteral(Object creator,
double n) |
NumericMemLiteral(Object creator,
float n) |
NumericMemLiteral(Object creator,
int number) |
NumericMemLiteral(Object creator,
long n) |
NumericMemLiteral(Object creator,
Number number,
URI datatype) |
NumericMemLiteral(Object creator,
short number) |
NumericMemLiteral(Object creator,
String label,
Number number,
URI datatype) |
| Modifier and Type | Method and Description |
|---|---|
byte |
byteValue() |
double |
doubleValue() |
float |
floatValue() |
int |
intValue() |
long |
longValue() |
short |
shortValue() |
addObjectStatement, cleanSnapshotsFromObjectStatements, getCreator, getObjectStatementCount, getObjectStatementList, hasStatements, removeObjectStatementbooleanValue, calendarValue, decimalValue, equals, getDatatype, getLabel, getLanguage, hashCode, integerValue, setDatatype, setLabel, setLanguage, stringValue, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitstringValuepublic NumericMemLiteral(Object creator, String label, Number number, URI datatype)
public NumericMemLiteral(Object creator, byte number)
public NumericMemLiteral(Object creator, short number)
public NumericMemLiteral(Object creator, int number)
public NumericMemLiteral(Object creator, long n)
public NumericMemLiteral(Object creator, float n)
public NumericMemLiteral(Object creator, double n)
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 LiteralImplCopyright © 2001-2014 Aduna. All Rights Reserved.