org.apache.jackrabbit.core
Class RepositoryImpl.DescriptorValue

java.lang.Object
  extended by org.apache.jackrabbit.core.RepositoryImpl.DescriptorValue
Enclosing class:
RepositoryImpl

protected final class RepositoryImpl.DescriptorValue
extends Object

Represents a Repository Descriptor Value (either Value or Value[])


Constructor Summary
protected RepositoryImpl.DescriptorValue(Value val)
           
protected RepositoryImpl.DescriptorValue(Value[] vals)
           
 
Method Summary
protected  Value getValue()
           
protected  Value[] getValues()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepositoryImpl.DescriptorValue

protected RepositoryImpl.DescriptorValue(Value val)

RepositoryImpl.DescriptorValue

protected RepositoryImpl.DescriptorValue(Value[] vals)
Method Detail

getValue

protected Value getValue()

getValues

protected Value[] getValues()


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