Class DefaultQValue
java.lang.Object
org.apache.jackrabbit.spi.commons.value.AbstractQValue
org.apache.jackrabbit.spi.commons.value.DefaultQValue
- All Implemented Interfaces:
Serializable,QValue
QValue implementation for all valid PropertyTypes
except for BINARY.- See Also:
-
Field Summary
Fields inherited from interface org.apache.jackrabbit.spi.QValue
EMPTY_ARRAY -
Constructor Summary
ConstructorsConstructorDescriptionDefaultQValue(Boolean value) DefaultQValue(Double value) DefaultQValue(Long value) DefaultQValue(String value, int type) DefaultQValue(BigDecimal value) DefaultQValue(URI value) DefaultQValue(Name value) DefaultQValue(Path value) -
Method Summary
Modifier and TypeMethodDescriptionReturns anInputStreamrepresentation of thisQValueobject.Methods inherited from class org.apache.jackrabbit.spi.commons.value.AbstractQValue
discard, equals, getBinary, getBoolean, getCalendar, getDecimal, getDouble, getLength, getLong, getName, getPath, getString, getType, getURI, hashCode, toString
-
Constructor Details
-
DefaultQValue
-
DefaultQValue
-
DefaultQValue
-
DefaultQValue
-
DefaultQValue
-
DefaultQValue
-
DefaultQValue
-
DefaultQValue
-
-
Method Details
-
getStream
Description copied from interface:QValueReturns anInputStreamrepresentation of thisQValueobject. This method always returns a new stream.- Specified by:
getStreamin interfaceQValue- Returns:
- A stream representation of this value.
- Throws:
RepositoryException- See Also:
-