Class InternalValue

  • All Implemented Interfaces:
    Serializable, QValue

    public class InternalValue
    extends AbstractQValue
    InternalValue represents the internal format of a property value.

    The following table specifies the internal format for every property type:

    Internal format of property types
    PropertyTypeInternal Format
    STRINGString
    LONGLong
    DOUBLEDouble
    DATECalendar
    BOOLEANBoolean
    NAMEName
    PATHPath
    URIURI
    DECIMALBigDecimal
    BINARYBLOBFileValue
    REFERENCENodeId
    See Also:
    Serialized Form