org.gcube.data.harmonization.occurrence.impl.model.types
Class DataType
java.lang.Object
org.gcube.data.harmonization.occurrence.impl.model.types.DataType
public class DataType
- extends Object
DataType
public DataType(List<String> value,
DataType.Type type)
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.