public final class QValueValue extends Object
QValueValue
provides an implementation
of the Value
interface representing an SPI
QValue
.Constructor and Description |
---|
QValueValue(QValue qvalue,
NamePathResolver resolver)
Constructs a
QValueValue object representing an SPI
|
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
- the QValue this QValueValue
should representresolver
- fore resolving namespace URIs to prefixes in NAME/PATH propertiespublic QValue getQValue()
QValue
.QValue
public boolean getBoolean() throws RepositoryException
RepositoryException
Value
public BigDecimal getDecimal() throws ValueFormatException, IllegalStateException, RepositoryException
ValueFormatException
IllegalStateException
RepositoryException
Value
public Binary getBinary() throws RepositoryException
RepositoryException
Value
public Calendar getDate() throws RepositoryException
RepositoryException
Value
public double getDouble() throws RepositoryException
RepositoryException
Value
public long getLong() throws RepositoryException
RepositoryException
Value
public InputStream getStream() throws IllegalStateException, RepositoryException
IllegalStateException
RepositoryException
Value
public String getString() throws RepositoryException
RepositoryException
Value
public int getType()
Value
public boolean equals(Object obj)
equals
in class Object
Object.equals(Object)
public int hashCode()
hashCode
in class Object
Object.hashCode()
"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"