Generated by
JDiff

Class javax.jcr.PropertyType

Added Fields
int DECIMAL The DECIMAL property type is used to store precise decimal numbers.
String TYPENAME_DECIMAL String constant for type name as used in serialization.
String TYPENAME_URI String constant for type name as used in serialization.
String TYPENAME_WEAKREFERENCE String constant for type name as used in serialization.
int URI A URI property is identical to STRING property except that it only accepts values that conform to the syntax of a URI-reference as defined in RFC 3986.
int WEAKREFERENCE A WEAKREFERENCE property stores the identifier of a referenceable node (one having type mix:referenceable).