@Version("2.2.1")
Package org.apache.jackrabbit.value
- 
Class Summary Class Description AbstractValueFactory This class implements theValueFactoryinterface.BaseValue This class is the superclass of the type-specific classes implementing theValueinterfaces.BinaryImpl BinaryImplimplements theBinaryinterface.BinaryValue ABinaryValueprovides an implementation of theValueinterface representing a binary value.BooleanValue ABooleanValueprovides an implementation of theValueinterface representing a boolean value.DateValue ADateValueprovides an implementation of theValueinterface representing a date value.DecimalValue ADecimalValueprovides an implementation of theValueinterface representing aDECIMALvalue.DoubleValue ADoubleValueprovides an implementation of theValueinterface representing a double value.LongValue ALongValueprovides an implementation of theValueinterface representing a long value.NameValue ANameValueprovides an implementation of theValueinterface representing aNAMEvalue (a string that is namespace-qualified).PathValue APathValueprovides an implementation of theValueinterface representing aPATHvalue (an absolute or relative workspace path).ReferenceValue AReferenceValueprovides an implementation of theValueinterface representing aREFERENCEvalue (a UUID of an existing node).StringValue AStringValueprovides an implementation of theValueinterface representing a string value.URIValue AURIValueprovides an implementation of theValueinterface representing aURIvalue (an absolute or relative workspace path).ValueFactoryImpl Simple extension of theAbstractValueFactorythat omits any validation checks for path and name values.ValueHelper TheValueHelperclass provides severalValuerelated utility methods.WeakReferenceValue AWeakReferenceValueprovides an implementation of theValueinterface representing aWEAKREFERENCEvalue (a UUID of an existing node).