org.apache.hadoop.tools.rumen.datatypes
Class DefaultDataType
java.lang.Object
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).
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultDataType
public DefaultDataType(String value)
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.