Package org.apache.jackrabbit.value


@Version("2.2.1") package org.apache.jackrabbit.value
  • Classes
    Class
    Description
    This class implements the ValueFactory interface.
    This class is the superclass of the type-specific classes implementing the Value interfaces.
    BinaryImpl implements the Binary interface.
    A BinaryValue provides an implementation of the Value interface representing a binary value.
    A BooleanValue provides an implementation of the Value interface representing a boolean value.
    A DateValue provides an implementation of the Value interface representing a date value.
    A DecimalValue provides an implementation of the Value interface representing a DECIMAL value.
    A DoubleValue provides an implementation of the Value interface representing a double value.
    A LongValue provides an implementation of the Value interface representing a long value.
    A NameValue provides an implementation of the Value interface representing a NAME value (a string that is namespace-qualified).
    A PathValue provides an implementation of the Value interface representing a PATH value (an absolute or relative workspace path).
    A ReferenceValue provides an implementation of the Value interface representing a REFERENCE value (a UUID of an existing node).
    A StringValue provides an implementation of the Value interface representing a string value.
    A URIValue provides an implementation of the Value interface representing a URI value (an absolute or relative workspace path).
    Simple extension of the AbstractValueFactory that omits any validation checks for path and name values.
    The ValueHelper class provides several Value related utility methods.
    A WeakReferenceValue provides an implementation of the Value interface representing a WEAKREFERENCE value (a UUID of an existing node).