Uses of Enum Class
com.blackrook.json.JSONObject.Type
Packages that use JSONObject.Type
Package
Description
Contains a set of classes for JSON parsing and object handling.
-
Uses of JSONObject.Type in com.blackrook.json
Methods in com.blackrook.json that return JSONObject.TypeModifier and TypeMethodDescriptionJSONObject.getType()Gets this object's JavaScript type.static JSONObject.TypeReturns the enum constant of this class with the specified name.static JSONObject.Type[]JSONObject.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.