JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Enum Class
com.storedobject.common.JSON.Type
Packages that use
JSON.Type
Package
Description
com.storedobject.common
Uses of
JSON.Type
in
com.storedobject.common
Methods in
com.storedobject.common
that return
JSON.Type
Modifier and Type
Method
Description
JSON.Type
JSON.
getType
()
Get the
JSON.Type
of the JSON.
static
JSON.Type
JSON.Type.
valueOf
(
String
name)
Returns the enum constant of this class with the specified name.
static
JSON.Type
[]
JSON.Type.
values
()
Returns an array containing the constants of this enum class, in the order they are declared.