Uses of Class
jsonvalues.spec.ERROR_CODE
-
Packages that use ERROR_CODE Package Description jsonvalues.spec -
-
Uses of ERROR_CODE in jsonvalues.spec
Fields in jsonvalues.spec declared as ERROR_CODE Modifier and Type Field Description ERROR_CODE
Error. code
Methods in jsonvalues.spec that return ERROR_CODE Modifier and Type Method Description static ERROR_CODE
ERROR_CODE. valueOf(String name)
Returns the enum constant of this type with the specified name.static ERROR_CODE[]
ERROR_CODE. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in jsonvalues.spec with parameters of type ERROR_CODE Constructor Description Error(JsValue value, ERROR_CODE code)
-