org.pentaho.di.trans.steps.jsoninput
Class NJSONArray

java.lang.Object
  extended by org.pentaho.di.trans.steps.jsoninput.NJSONArray

public class NJSONArray
extends Object


Constructor Summary
NJSONArray()
           
NJSONArray(org.json.simple.JSONArray ja)
           
 
Method Summary
 void add(Object value)
           
 org.json.simple.JSONArray getJSONArray()
           
 boolean isNull()
           
 void setNull(boolean value)
           
 int size()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NJSONArray

public NJSONArray()
           throws KettleException
Throws:
KettleException

NJSONArray

public NJSONArray(org.json.simple.JSONArray ja)
           throws KettleException
Throws:
KettleException
Method Detail

setNull

public void setNull(boolean value)

isNull

public boolean isNull()

getJSONArray

public org.json.simple.JSONArray getJSONArray()

add

public void add(Object value)

size

public int size()