com.penguinwerks.jodene.data
Class OutputField

java.lang.Object
  extended bycom.penguinwerks.jodene.data.OutputField
All Implemented Interfaces:
java.io.Serializable

public class OutputField
extends java.lang.Object
implements java.io.Serializable

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

Author:
Paul Hoehne
See Also:
Serialized Form

Constructor Summary
OutputField()
           
 
Method Summary
 double getValue()
          The value.
 void setValue(double value)
          The value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OutputField

public OutputField()
Method Detail

getValue

public double getValue()
The value.

Returns:
Returns the value.

setValue

public void setValue(double value)
The value.

Parameters:
value - The value to set.