org.gcube.data.harmonization.occurrence.impl.model.types
Class DataType

java.lang.Object
  extended by org.gcube.data.harmonization.occurrence.impl.model.types.DataType

public class DataType
extends Object


Nested Class Summary
static class DataType.Type
           
 
Constructor Summary
DataType(List<String> value, DataType.Type type)
           
 
Method Summary
 DataType.Type getType()
           
 List<String> getValue()
           
 void setType(DataType.Type type)
           
 void setValue(List<String> value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DataType

public DataType(List<String> value,
                DataType.Type type)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getValue

public List<String> getValue()
Returns:
the value

setValue

public void setValue(List<String> value)
Parameters:
value - the value to set

getType

public DataType.Type getType()
Returns:
the type

setType

public void setType(DataType.Type type)
Parameters:
type - the type to set


Copyright © 2013. All Rights Reserved.