Field Summary |
|
final public static int | BINARY BINARY properties are used to store binary data. |
final public static int | BOOLEAN The BOOLEAN property type is used to store boolean values. |
final public static int | DATE The DATE property type is used to store time and date
information. |
final public static int | DECIMAL The DECIMAL property type is used to store precise decimal
numbers. |
final public static int | DOUBLE The DOUBLE property type is used to store floating point
numbers. |
final public static int | LONG The LONG property type is used to store integers. |
final public static int | NAME A NAME is a pairing of a namespace and a local name. |
final public static int | PATH A PATH property is an ordered list of path elements. |
final public static int | REFERENCE A REFERENCE property stores the identifier of a
referenceable node (one having type mix:referenceable ),
which must exist within the same workspace or session as the
REFERENCE property. |
final public static int | STRING The STRING property type is used to store strings. |
final public static String | TYPENAME_BINARY |
final public static String | TYPENAME_BOOLEAN |
final public static String | TYPENAME_DATE |
final public static String | TYPENAME_DECIMAL |
final public static String | TYPENAME_DOUBLE |
final public static String | TYPENAME_LONG |
final public static String | TYPENAME_NAME |
final public static String | TYPENAME_PATH |
final public static String | TYPENAME_REFERENCE |
final public static String | TYPENAME_STRING |
final public static String | TYPENAME_UNDEFINED |
final public static String | TYPENAME_URI |
final public static String | TYPENAME_WEAKREFERENCE |
final public static int | UNDEFINED This constant can be used within a property definition (see
4.7.5 Property Definitions) to specify that the property in
question may be of any type. |
final public static 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. |
final public static int | WEAKREFERENCE A WEAKREFERENCE property stores the identifier of a
referenceable node (one having type mix:referenceable ).
A WEAKREFERENCE property does not enforce referential
integrity. |