Uses of Class
com.ibm.ima.plugin.util.ImaJson.JObject
-
Packages that use ImaJson.JObject Package Description com.ibm.ima.plugin.util Provides utilities for use in development of protocol plug-ins. -
-
Uses of ImaJson.JObject in com.ibm.ima.plugin.util
Fields in com.ibm.ima.plugin.util declared as ImaJson.JObject Modifier and Type Field Description ImaJson.JObject
ImaJson.Entry. objtype
The type of the objectMethods in com.ibm.ima.plugin.util that return ImaJson.JObject Modifier and Type Method Description static ImaJson.JObject
ImaJson.JObject. valueOf(String name)
Returns the enum constant of this type with the specified name.static ImaJson.JObject[]
ImaJson.JObject. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-