de.xabsl.jxabslx.io
Class OutputToObjectArray

java.lang.Object
  extended by de.xabsl.jxabslx.io.OutputToObjectArray
All Implemented Interfaces:
Output

public class OutputToObjectArray
extends java.lang.Object
implements Output

Writes a value to an array.


Constructor Summary
OutputToObjectArray(java.lang.Object[] array, int pos)
           
 
Method Summary
 void setValue(java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OutputToObjectArray

public OutputToObjectArray(java.lang.Object[] array,
                           int pos)
Parameters:
array - Will write to this array.
pos -
Method Detail

setValue

public void setValue(java.lang.Object value)
Specified by:
setValue in interface Output