@Version("2.2.1")
Package org.apache.jackrabbit.value
-
Class Summary Class Description AbstractValueFactory This class implements theValueFactory
interface.BaseValue This class is the superclass of the type-specific classes implementing theValue
interfaces.BinaryImpl BinaryImpl
implements theBinary
interface.BinaryValue ABinaryValue
provides an implementation of theValue
interface representing a binary value.BooleanValue ABooleanValue
provides an implementation of theValue
interface representing a boolean value.DateValue ADateValue
provides an implementation of theValue
interface representing a date value.DecimalValue ADecimalValue
provides an implementation of theValue
interface representing aDECIMAL
value.DoubleValue ADoubleValue
provides an implementation of theValue
interface representing a double value.LongValue ALongValue
provides an implementation of theValue
interface representing a long value.NameValue ANameValue
provides an implementation of theValue
interface representing aNAME
value (a string that is namespace-qualified).PathValue APathValue
provides an implementation of theValue
interface representing aPATH
value (an absolute or relative workspace path).ReferenceValue AReferenceValue
provides an implementation of theValue
interface representing aREFERENCE
value (a UUID of an existing node).StringValue AStringValue
provides an implementation of theValue
interface representing a string value.URIValue AURIValue
provides an implementation of theValue
interface representing aURI
value (an absolute or relative workspace path).ValueFactoryImpl Simple extension of theAbstractValueFactory
that omits any validation checks for path and name values.ValueHelper TheValueHelper
class provides severalValue
related utility methods.WeakReferenceValue AWeakReferenceValue
provides an implementation of theValue
interface representing aWEAKREFERENCE
value (a UUID of an existing node).