Constant Field Values

Contents

jsonvalues.*

  • jsonvalues.JsArray 
    Modifier and Type Constant Field Value
    public static final int ID 4
  • jsonvalues.JsBigDec 
    Modifier and Type Constant Field Value
    public static final int ID 8
  • jsonvalues.JsBigInt 
    Modifier and Type Constant Field Value
    public static final int ID 6
  • jsonvalues.JsBool 
    Modifier and Type Constant Field Value
    public static final int ID 0
  • jsonvalues.JsDouble 
    Modifier and Type Constant Field Value
    public static final int ID 5
  • jsonvalues.JsNothing 
    Modifier and Type Constant Field Value
    public static final int ID 4
  • jsonvalues.JsNull 
    Modifier and Type Constant Field Value
    public static final int ID 1
  • jsonvalues.JsStr 
    Modifier and Type Constant Field Value
    public static final int ID 2