Constructor Summary |
|
public | NumericLiteralImpl(Number number, URI datatype) Creates a literal with the specified value and datatype. |
public | NumericLiteralImpl(byte number) Creates an xsd:byte typed litral with the specified value. |
public | NumericLiteralImpl(short number) Creates an xsd:short typed litral with the specified value. |
public | NumericLiteralImpl(int number) Creates an xsd:int typed litral with the specified value. |
public | NumericLiteralImpl(long n) Creates an xsd:long typed litral with the specified value. |
public | NumericLiteralImpl(float n) Creates an xsd:float typed litral with the specified value. |
public | NumericLiteralImpl(double n) Creates an xsd:double typed litral with the specified value. |