public class DefaultQValue extends AbstractQValue implements java.io.Serializable
QValue
implementation for all valid PropertyType
s
except for BINARY.EMPTY_ARRAY
Constructor and Description |
---|
DefaultQValue(java.math.BigDecimal value) |
DefaultQValue(java.lang.Boolean value) |
DefaultQValue(java.lang.Double value) |
DefaultQValue(java.lang.Long value) |
DefaultQValue(Name value) |
DefaultQValue(Path value) |
DefaultQValue(java.lang.String value,
int type) |
DefaultQValue(java.net.URI value) |
Modifier and Type | Method and Description |
---|---|
java.io.InputStream |
getStream()
Returns an
InputStream representation of this QValue
object. |
discard, equals, getBinary, getBoolean, getCalendar, getDecimal, getDouble, getLength, getLong, getName, getPath, getString, getType, getURI, hashCode, toString
public DefaultQValue(java.lang.String value, int type)
public DefaultQValue(java.lang.Long value)
public DefaultQValue(java.lang.Double value)
public DefaultQValue(java.math.BigDecimal value)
public DefaultQValue(java.lang.Boolean value)
public DefaultQValue(Name value)
public DefaultQValue(Path value)
public DefaultQValue(java.net.URI value)
public java.io.InputStream getStream() throws RepositoryException
QValue
InputStream
representation of this QValue
object. This method always returns a new stream.getStream
in interface QValue
RepositoryException
QValue.getStream()
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"