|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TableTemplates | |
---|---|
org.gcube.dataanalysis.ecoengine.datatypes | |
org.gcube.dataanalysis.ecoengine.datatypes.enumtypes |
Uses of TableTemplates in org.gcube.dataanalysis.ecoengine.datatypes |
---|
Fields in org.gcube.dataanalysis.ecoengine.datatypes with type parameters of type TableTemplates | |
---|---|
protected List<TableTemplates> |
TablesList.templateNames
|
protected List<TableTemplates> |
InputTable.templateNames
|
Methods in org.gcube.dataanalysis.ecoengine.datatypes that return types with arguments of type TableTemplates | |
---|---|
List<TableTemplates> |
InputTable.getTemplateNames()
|
List<TableTemplates> |
TablesList.getTemplates()
|
Method parameters in org.gcube.dataanalysis.ecoengine.datatypes with type arguments of type TableTemplates | |
---|---|
void |
InputTable.setTemplateNames(List<TableTemplates> templateName)
|
Constructor parameters in org.gcube.dataanalysis.ecoengine.datatypes with type arguments of type TableTemplates | |
---|---|
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)
|
Uses of TableTemplates in org.gcube.dataanalysis.ecoengine.datatypes.enumtypes |
---|
Methods in org.gcube.dataanalysis.ecoengine.datatypes.enumtypes that return TableTemplates | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |