| Package | Description |
|---|---|
| org.gcube.dataanalysis.ecoengine.datatypes | |
| org.gcube.dataanalysis.ecoengine.datatypes.enumtypes |
| Modifier and Type | Field and Description |
|---|---|
protected List<TableTemplates> |
TablesList.templateNames |
protected List<TableTemplates> |
InputTable.templateNames |
| Modifier and Type | Method and Description |
|---|---|
List<TableTemplates> |
InputTable.getTemplateNames() |
List<TableTemplates> |
TablesList.getTemplates() |
| Modifier and Type | Method and Description |
|---|---|
void |
InputTable.setTemplateNames(List<TableTemplates> templateName) |
| Constructor and Description |
|---|
InputTable(List<TableTemplates> templateName,
String name,
String description) |
InputTable(List<TableTemplates> templateName,
String name,
String description,
String defaultValue) |
InputTable(List<TableTemplates> templateName,
String name,
String description,
String defaultValue,
boolean optional) |
OutputTable(List<TableTemplates> templateName,
String name,
String tableName,
String description) |
OutputTable(List<TableTemplates> templateName,
String name,
String tableName,
String description,
String defaultValue) |
OutputTable(List<TableTemplates> templateName,
String name,
String tableName,
String description,
String defaultValue,
boolean optional) |
TablesList(List<TableTemplates> templateNames,
String name,
String description,
boolean optional) |
| Modifier and Type | Method and Description |
|---|---|
static TableTemplates |
TableTemplates.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TableTemplates[] |
TableTemplates.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016. All Rights Reserved.