Constant Field Values

Contents

jsonvalues.*

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