Package com.ibm.ima.plugin.util
Class ImaJson.Entry
- Object
-
- com.ibm.ima.plugin.util.ImaJson.Entry
-
- Enclosing class:
- ImaJson
public class ImaJson.Entry extends ObjectA JSON entry. There is one for each item in an object or array.
-
-
Field Summary
Fields Modifier and Type Field Description intcountThe count of items in an array, or the value of an integer entryintlevelThe level in the document treeintlineThe line number from the start of the source (first line = 1)StringnameThe name of the entry.ImaJson.JObjectobjtypeThe type of the objectStringvalueThe value
-
Constructor Summary
Constructors Constructor Description Entry()
-
-
-
Field Detail
-
name
public String name
The name of the entry. This is not set for entries in an array
-
value
public String value
The value
-
count
public int count
The count of items in an array, or the value of an integer entry
-
level
public int level
The level in the document tree
-
line
public int line
The line number from the start of the source (first line = 1)
-
objtype
public ImaJson.JObject objtype
The type of the object
-
-