com.intel.hadoop.graphbuilder.parser
Class LongParser

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

public class LongParser
extends java.lang.Object
implements FieldParser<LongType>

Parser for LongType


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

Constructor Detail

LongParser

public LongParser()
Method Detail

getValue

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

getType

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