org.apache.hadoop.tools.rumen.datatypes
Class DefaultDataType

java.lang.Object
  extended by org.apache.hadoop.tools.rumen.datatypes.DefaultDataType
All Implemented Interfaces:
DataType<String>

public class DefaultDataType
extends Object
implements DataType<String>

This represents the default java data-types (like int, long, float etc).


Constructor Summary
DefaultDataType(String value)
           
 
Method Summary
 String getValue()
          Get the value of the attribute.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultDataType

public DefaultDataType(String value)
Method Detail

getValue

public String getValue()
Get the value of the attribute.

Specified by:
getValue in interface DataType<String>


Copyright © 2012 Apache Software Foundation. All Rights Reserved.