Interface Value


  • public interface Value
    Stores special property values.
    Since:
    2.0
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String INVALID
      Constant indicating the field did not pass validation.
      static java.lang.String MISSING
      Constant indicating the field was not present in the stream
      static java.lang.String NIL
      Constant indicating the field was nil (XML only)
    • Field Detail

      • INVALID

        static final java.lang.String INVALID
        Constant indicating the field did not pass validation.
      • MISSING

        static final java.lang.String MISSING
        Constant indicating the field was not present in the stream
      • NIL

        static final java.lang.String NIL
        Constant indicating the field was nil (XML only)