Class LongValue

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

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

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

    Constructors
    Constructor
    Description
    LongValue(long l)
    Constructs a LongValue object representing a long.
    LongValue(Long lNumber)
    Constructs a LongValue object representing a long.
  • 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.
    static LongValue
    Returns a new LongValue 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