Generated by
JDiff

Interface javax.jcr.Value

Added Methods
Binary getBinary() Returns a Binary representation of this value.
BigDecimal getDecimal() Returns a BigDecimal representation of this value.
 

Changed Methods
boolean getBoolean() Change in exceptions: java.lang.IllegalStateException was removed..
Returns a Boolean representation of this value.
Calendar getDate() Change in exceptions: java.lang.IllegalStateException was removed..
Returns a Calendar representation of this value.
double getDouble() Change in exceptions: java.lang.IllegalStateException was removed..
Returns a double representation of this value.
long getLong() Change in exceptions: java.lang.IllegalStateException was removed..
Returns a long representation of this value.
InputStream getStream() Change in exceptions thrown from (java.lang.IllegalStateException, javax.jcr.RepositoryException) to javax.jcr.RepositoryException.
Now deprecated.
As of JCR 2.0, {@link #getBinary()} should be used instead.