com.intel.hadoop.graphbuilder.parser
Class FloatParser

java.lang.Object
  extended by com.intel.hadoop.graphbuilder.parser.FloatParser
All Implemented Interfaces:
FieldParser<FloatType>

public class FloatParser
extends java.lang.Object
implements FieldParser<FloatType>

Parser for FloatType.


Constructor Summary
FloatParser()
           
 
Method Summary
 java.lang.Class getType()
           
 FloatType getValue(java.lang.String text)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FloatParser

public FloatParser()
Method Detail

getValue

public FloatType getValue(java.lang.String text)
Specified by:
getValue in interface FieldParser<FloatType>
Returns:
the parsed value type.

getType

public java.lang.Class getType()
Specified by:
getType in interface FieldParser<FloatType>
Returns:
the class of the value type.