Class BooleanValue

java.lang.Object
org.apache.jackrabbit.value.BaseValue
org.apache.jackrabbit.value.BooleanValue
All Implemented Interfaces:
Value

public class BooleanValue extends BaseValue
A BooleanValue provides an implementation of the Value interface representing a boolean value.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    BooleanValue(boolean bool)
    Constructs a BooleanValue object representing a boolean.
    Constructs a BooleanValue object representing a boolean.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Indicates whether some other object is "equal to" this one.
    boolean
    Returns a Boolean representation of this value.
    Returns a Calendar representation of this value.
    Returns a BigDecimal representation of this value.
    double
    Returns a double representation of this value.
    long
    Returns a long representation of this value.
    int
    Returns zero to satisfy the Object equals/hashCode contract.
    Returns a new BooleanValue initialized to the value represented by the specified String.

    Methods inherited from class org.apache.jackrabbit.value.BaseValue

    getBinary, getStream, getString, getType

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, toString, wait, wait, wait