public class DataType extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DataType.Type |
| Constructor and Description |
|---|
DataType(List<String> value,
DataType.Type type) |
| Modifier and Type | Method and Description |
|---|---|
DataType.Type |
getType() |
List<String> |
getValue() |
void |
setType(DataType.Type type) |
void |
setValue(List<String> value) |
String |
toString() |
public DataType(List<String> value, DataType.Type type)
public DataType.Type getType()
public void setType(DataType.Type type)
type - the type to setCopyright © 2016. All Rights Reserved.