Package org.apache.jackrabbit.value
@Version("2.2.1")
package org.apache.jackrabbit.value
-
ClassesClassDescriptionThis class implements the
ValueFactoryinterface.This class is the superclass of the type-specific classes implementing theValueinterfaces.BinaryImplimplements theBinaryinterface.ABinaryValueprovides an implementation of theValueinterface representing a binary value.ABooleanValueprovides an implementation of theValueinterface representing a boolean value.ADateValueprovides an implementation of theValueinterface representing a date value.ADecimalValueprovides an implementation of theValueinterface representing aDECIMALvalue.ADoubleValueprovides an implementation of theValueinterface representing a double value.ALongValueprovides an implementation of theValueinterface representing a long value.ANameValueprovides an implementation of theValueinterface representing aNAMEvalue (a string that is namespace-qualified).APathValueprovides an implementation of theValueinterface representing aPATHvalue (an absolute or relative workspace path).AReferenceValueprovides an implementation of theValueinterface representing aREFERENCEvalue (a UUID of an existing node).AStringValueprovides an implementation of theValueinterface representing a string value.AURIValueprovides an implementation of theValueinterface representing aURIvalue (an absolute or relative workspace path).Simple extension of theAbstractValueFactorythat omits any validation checks for path and name values.TheValueHelperclass provides severalValuerelated utility methods.AWeakReferenceValueprovides an implementation of theValueinterface representing aWEAKREFERENCEvalue (a UUID of an existing node).