|
||||||||||
| 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(java.lang.Object p_obj)
|
boolean |
getBoolean()
|
java.util.Calendar |
getDate()
|
double |
getDouble()
|
long |
getLong()
|
QValue |
getQValue()
Returns the embedded QValue. |
java.io.InputStream |
getStream()
|
java.lang.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 javax.jcr.RepositoryException
getBoolean in interface javax.jcr.Valuejavax.jcr.RepositoryException
public java.util.Calendar getDate()
throws javax.jcr.RepositoryException
getDate in interface javax.jcr.Valuejavax.jcr.RepositoryException
public double getDouble()
throws javax.jcr.RepositoryException
getDouble in interface javax.jcr.Valuejavax.jcr.RepositoryException
public long getLong()
throws javax.jcr.RepositoryException
getLong in interface javax.jcr.Valuejavax.jcr.RepositoryException
public java.io.InputStream getStream()
throws java.lang.IllegalStateException,
javax.jcr.RepositoryException
getStream in interface javax.jcr.Valuejava.lang.IllegalStateException
javax.jcr.RepositoryException
public java.lang.String getString()
throws javax.jcr.RepositoryException
getString in interface javax.jcr.Valuejavax.jcr.RepositoryExceptionpublic int getType()
getType in interface javax.jcr.Valuepublic boolean equals(java.lang.Object p_obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||