org.pentaho.di.trans.steps.streamlookup
Class KeyValue

java.lang.Object
  extended by org.pentaho.di.trans.steps.streamlookup.KeyValue

public class KeyValue
extends Object


Constructor Summary
KeyValue(Object[] key, Object[] value)
           
 
Method Summary
 Object[] getKey()
           
 Object[] getValue()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyValue

public KeyValue(Object[] key,
                Object[] value)
Method Detail

getKey

public Object[] getKey()

getValue

public Object[] getValue()