Constructor and Description |
---|
QValueValue(QValue qvalue,
NamePathResolver resolver)
Constructs a
QValueValue object representing an SPI
QValue . |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
Binary |
getBinary() |
boolean |
getBoolean() |
java.util.Calendar |
getDate() |
java.math.BigDecimal |
getDecimal() |
double |
getDouble() |
long |
getLong() |
QValue |
getQValue()
Returns the embedded
QValue . |
java.io.InputStream |
getStream() |
java.lang.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 java.math.BigDecimal getDecimal() throws ValueFormatException, java.lang.IllegalStateException, RepositoryException
getDecimal
in interface Value
ValueFormatException
java.lang.IllegalStateException
RepositoryException
Value.getDecimal()
public Binary getBinary() throws RepositoryException
getBinary
in interface Value
RepositoryException
Value.getBinary()
public java.util.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 java.io.InputStream getStream() throws java.lang.IllegalStateException, RepositoryException
getStream
in interface Value
java.lang.IllegalStateException
RepositoryException
Value.getStream()
public java.lang.String getString() throws RepositoryException
getString
in interface Value
RepositoryException
Value.getString()
public int getType()
getType
in interface Value
Value.getType()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Object.equals(Object)
public int hashCode()
hashCode
in class java.lang.Object
Object.hashCode()
Copyright © 2010 - 2020 Adobe. All Rights Reserved