| Constructor and Description |
|---|
QValueValue(QValue qvalue,
NamePathResolver resolver)
Constructs a
QValueValue object representing an SPI
QValue. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Binary |
getBinary() |
boolean |
getBoolean() |
Calendar |
getDate() |
BigDecimal |
getDecimal() |
double |
getDouble() |
long |
getLong() |
QValue |
getQValue()
Returns the embedded
QValue. |
InputStream |
getStream() |
String |
getString() |
int |
getType() |
int |
hashCode() |
public QValueValue(QValue qvalue, NamePathResolver resolver)
QValueValue object representing an SPI
QValue.qvalue - the QValue this QValueValue should representresolver - fore resolving namespace URIs to prefixes in NAME/PATH propertiespublic QValue getQValue()
QValue.QValuepublic boolean getBoolean()
throws RepositoryException
getBoolean in interface ValueRepositoryExceptionValue.getBoolean()public BigDecimal getDecimal() throws ValueFormatException, IllegalStateException, RepositoryException
getDecimal in interface ValueValueFormatExceptionIllegalStateExceptionRepositoryExceptionValue.getDecimal()public Binary getBinary() throws RepositoryException
getBinary in interface ValueRepositoryExceptionValue.getBinary()public Calendar getDate() throws RepositoryException
getDate in interface ValueRepositoryExceptionValue.getDate()public double getDouble()
throws RepositoryException
getDouble in interface ValueRepositoryExceptionValue.getDouble()public long getLong()
throws RepositoryException
getLong in interface ValueRepositoryExceptionValue.getLong()public InputStream getStream() throws IllegalStateException, RepositoryException
getStream in interface ValueIllegalStateExceptionRepositoryExceptionValue.getStream()public String getString() throws RepositoryException
getString in interface ValueRepositoryExceptionValue.getString()public int getType()
getType in interface ValueValue.getType()public boolean equals(Object obj)
equals in class ObjectObject.equals(Object)public int hashCode()
hashCode in class ObjectObject.hashCode()Copyright © 2004–2022 The Apache Software Foundation. All rights reserved.