Uses of Class
org.apache.jackrabbit.value.BaseValue

Packages that use BaseValue
org.apache.jackrabbit.value   
 

Uses of BaseValue in org.apache.jackrabbit.value
 

Subclasses of BaseValue in org.apache.jackrabbit.value
 class BinaryValue
          A BinaryValue provides an implementation of the Value interface representing a binary value.
 class BooleanValue
          A BooleanValue provides an implementation of the Value interface representing a boolean value.
 class DateValue
          A DateValue provides an implementation of the Value interface representing a date value.
 class DoubleValue
          A DoubleValue provides an implementation of the Value interface representing a double value.
 class LongValue
          A LongValue provides an implementation of the Value interface representing a long value.
 class NameValue
          A NameValue provides an implementation of the Value interface representing a NAME value (a string that is namespace-qualified).
 class PathValue
          A PathValue provides an implementation of the Value interface representing a PATH value (an absolute or relative workspace path).
 class ReferenceValue
          A ReferenceValue provides an implementation of the Value interface representing a REFERENCE value (a UUID of an existing node).
 class StringValue
          A StringValue provides an implementation of the Value interface representing a string value.
 



Copyright © 2004-2006 The Apache Software Foundation. All Rights Reserved.