com.missiondata.oss.lakeshore
Class PipedElements

java.lang.Object
  extended bycom.missiondata.oss.lakeshore.PipedElements

public class PipedElements
extends java.lang.Object


Constructor Summary
PipedElements(java.util.ArrayList arrayList)
           
PipedElements(java.lang.String pipified)
           
 
Method Summary
 java.lang.Object get(int index)
           
 boolean getBoolean(int index)
           
 java.util.Collection getCollection(int startIndex)
           
 int getInt(int index)
           
 long getLong(int index)
           
 java.lang.String getString(int index)
           
 boolean isNull(int index)
           
 java.util.Iterator iterator()
           
static java.lang.Object unmarshal(java.lang.String marshalled)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PipedElements

public PipedElements(java.util.ArrayList arrayList)

PipedElements

public PipedElements(java.lang.String pipified)
Method Detail

isNull

public boolean isNull(int index)

getString

public java.lang.String getString(int index)

getInt

public int getInt(int index)

getLong

public long getLong(int index)

get

public java.lang.Object get(int index)

iterator

public java.util.Iterator iterator()

getCollection

public java.util.Collection getCollection(int startIndex)

unmarshal

public static java.lang.Object unmarshal(java.lang.String marshalled)

getBoolean

public boolean getBoolean(int index)