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
.QValue
public boolean getBoolean() throws RepositoryException
getBoolean
in interface Value
RepositoryException
Value.getBoolean()
public BigDecimal getDecimal() throws ValueFormatException, IllegalStateException, RepositoryException
getDecimal
in interface Value
ValueFormatException
IllegalStateException
RepositoryException
Value.getDecimal()
public Binary getBinary() throws RepositoryException
getBinary
in interface Value
RepositoryException
Value.getBinary()
public Calendar getDate() throws RepositoryException
getDate
in interface Value
RepositoryException
Value.getDate()
public double getDouble() throws RepositoryException
getDouble
in interface Value
RepositoryException
Value.getDouble()
public long getLong() throws RepositoryException
getLong
in interface Value
RepositoryException
Value.getLong()
public InputStream getStream() throws IllegalStateException, RepositoryException
getStream
in interface Value
IllegalStateException
RepositoryException
Value.getStream()
public String getString() throws RepositoryException
getString
in interface Value
RepositoryException
Value.getString()
public int getType()
getType
in interface Value
Value.getType()
public boolean equals(Object obj)
equals
in class Object
Object.equals(Object)
public int hashCode()
hashCode
in class Object
Object.hashCode()
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.