Class NumericLiteral

    • Constructor Detail

      • NumericLiteral

        protected NumericLiteral​(Number number,
                                 IRI datatype)
        Creates a literal with the specified value and datatype.
      • NumericLiteral

        protected NumericLiteral​(byte number)
        Creates an xsd:byte typed litral with the specified value.
      • NumericLiteral

        protected NumericLiteral​(short number)
        Creates an xsd:short typed litral with the specified value.
      • NumericLiteral

        protected NumericLiteral​(int number)
        Creates an xsd:int typed litral with the specified value.
      • NumericLiteral

        protected NumericLiteral​(long n)
        Creates an xsd:long typed litral with the specified value.
      • NumericLiteral

        protected NumericLiteral​(float n)
        Creates an xsd:float typed litral with the specified value.
      • NumericLiteral

        protected NumericLiteral​(double n)
        Creates an xsd:double typed litral with the specified value.