Constant Field Values

Contents

jsonvalues.*

  • jsonvalues.JsArray 
    Modifier and Type Constant Field Value
    public static final int TYPE_ID 4
  • jsonvalues.JsBigDec 
    Modifier and Type Constant Field Value
    public static final int TYPE_ID 8
  • jsonvalues.JsBigInt 
    Modifier and Type Constant Field Value
    public static final int TYPE_ID 6
  • jsonvalues.JsBinary 
    Modifier and Type Constant Field Value
    public static final int TYPE_ID 10
  • jsonvalues.JsBool 
    Modifier and Type Constant Field Value
    public static final int TYPE_ID 0
  • jsonvalues.JsDouble 
    Modifier and Type Constant Field Value
    public static final int TYPE_ID 5
  • jsonvalues.JsInstant 
    Modifier and Type Constant Field Value
    public static final int TYPE_ID 11
  • jsonvalues.JsInt 
    Modifier and Type Constant Field Value
    public static final int TYPE_ID 9
  • jsonvalues.JsLong 
    Modifier and Type Constant Field Value
    public static final int TYPE_ID 7
  • jsonvalues.JsNothing 
    Modifier and Type Constant Field Value
    public static final int TYPE_ID 4
  • jsonvalues.JsNull 
    Modifier and Type Constant Field Value
    public static final int TYPE_ID 1
  • jsonvalues.JsObj 
    Modifier and Type Constant Field Value
    public static final int TYPE_ID 3
  • jsonvalues.JsStr 
    Modifier and Type Constant Field Value
    public static final int TYPE_ID 2