Uses of Class
org.apache.axis2.json.factory.JSONType
-
Packages that use JSONType Package Description org.apache.axis2.json.factory -
-
Uses of JSONType in org.apache.axis2.json.factory
Methods in org.apache.axis2.json.factory that return JSONType Modifier and Type Method Description JSONTypeJsonObject. getType()static JSONTypeJSONType. valueOf(String name)Returns the enum constant of this type with the specified name.static JSONType[]JSONType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.axis2.json.factory with parameters of type JSONType Constructor Description JsonObject(String name, JSONType type, String valueType, String namespaceUri)
-