com.penguinwerks.jodene.data
Class RealField

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

public class RealField
extends Field
implements java.io.Serializable

Translates the input string to a resulting double.

Author:
Paul Hoehne
See Also:
Serialized Form

Constructor Summary
RealField()
           
 
Method Summary
 double[] process(java.lang.String val)
          Translates an input string to a result double.
 
Methods inherited from class com.penguinwerks.jodene.data.Field
getName, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RealField

public RealField()
Method Detail

process

public double[] process(java.lang.String val)
Translates an input string to a result double.

Specified by:
process in class Field
Parameters:
val - The value as a string
Returns:
An array of 1 double with the parsed string value.