|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jackrabbit.spi.commons.value.QValueValue
public final class QValueValue
A QValueValue provides an implementation
of the Value interface representing an SPI
QValue.
| Constructor Summary | |
|---|---|
QValueValue(QValue qvalue,
NamePathResolver resolver)
Constructs a QValueValue object representing an SPI
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object p_obj)
|
boolean |
getBoolean()
|
Calendar |
getDate()
|
double |
getDouble()
|
long |
getLong()
|
QValue |
getQValue()
Returns the embedded QValue. |
InputStream |
getStream()
|
String |
getString()
|
int |
getType()
|
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QValueValue(QValue qvalue,
NamePathResolver resolver)
QValueValue object representing an SPI
qvalue - the QValue this QValueValue should representresolver - fore resolving namespace URIs to prefixes in NAME/PATH properties| Method Detail |
|---|
public QValue getQValue()
QValue.
QValue
public boolean getBoolean()
throws RepositoryException
getBoolean in interface ValueRepositoryException
public Calendar getDate()
throws RepositoryException
getDate in interface ValueRepositoryException
public double getDouble()
throws RepositoryException
getDouble in interface ValueRepositoryException
public long getLong()
throws RepositoryException
getLong in interface ValueRepositoryException
public InputStream getStream()
throws IllegalStateException,
RepositoryException
getStream in interface ValueIllegalStateException
RepositoryException
public String getString()
throws RepositoryException
getString in interface ValueRepositoryExceptionpublic int getType()
getType in interface Valuepublic boolean equals(Object p_obj)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||