Class BooleanLiteral

    • Constructor Detail

      • BooleanLiteral

        protected BooleanLiteral​(boolean value)
        Creates an xsd:boolean typed literal with the specified value.
    • Method Detail

      • booleanValue

        public boolean booleanValue()
        Description copied from interface: Literal
        Returns the boolean value of this literal.
        Specified by:
        booleanValue in interface Literal
        Overrides:
        booleanValue in class SimpleLiteral
        Returns:
        The boolean value of the literal.