Uses of Class
org.apache.jackrabbit.rmi.value.BaseNonStreamValue

Packages that use BaseNonStreamValue
org.apache.jackrabbit.rmi.value Serializable implementation of the JCR Value interfaces. 
 

Uses of BaseNonStreamValue in org.apache.jackrabbit.rmi.value
 

Subclasses of BaseNonStreamValue in org.apache.jackrabbit.rmi.value
 class BooleanValue
          The BooleanValue class implements the committed value state for Boolean values as a part of the State design pattern (Gof) used by this package.
 class DateValue
          The DateValue class implements the committed value state for Date values as a part of the State design pattern (Gof) used by this package.
 class DoubleValue
          The DoubleValue class implements the committed value state for Double values as a part of the State design pattern (Gof) used by this package.
 class LongValue
          The LongValue class implements the committed value state for Long values as a part of the State design pattern (Gof) used by this package.
 class NameValue
          The NameValue class implements the committed value state for Name values as a part of the State design pattern (Gof) used by this package.
 class PathValue
          The PathValue class implements the committed value state for Path values as a part of the State design pattern (Gof) used by this package.
 class ReferenceValue
          The ReferenceValue class implements the committed value state for Reference values as a part of the State design pattern (Gof) used by this package.
 class StringValue
          The StringValue class implements the committed value state for String values as a part of the State design pattern (Gof) used by this package.
 



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