Class PathValue

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

public class PathValue extends BaseValue
A PathValue provides an implementation of the Value interface representing a PATH value (an absolute or relative workspace path).
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
  • 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 PathValue
    Returns a new PathValue 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