Coinjema
1.7

org.coinjema.util
Class DataFlowCell<T>

java.lang.Object
  extended by org.coinjema.util.DataFlowCell<T>

public class DataFlowCell<T>
extends Object

Author:
mstover To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments

Constructor Summary
DataFlowCell()
           
DataFlowCell(T v)
           
 
Method Summary
protected  T getValue()
           
protected  void setValue(T value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataFlowCell

public DataFlowCell()

DataFlowCell

public DataFlowCell(T v)
Method Detail

getValue

protected T getValue()
Returns:
Returns the value.

setValue

protected void setValue(T value)
Parameters:
value - The value to set.

Coinjema
1.7

Public Domain Software.