| Package | Description |
|---|---|
| org.gcube.data.analysis.tabulardata.commons.templates.model.actions.impl | |
| org.gcube.data.analysis.tabulardata.commons.templates.model.columns |
| Modifier and Type | Field and Description |
|---|---|
static List<ColumnCategory> |
AddColumnAction.allowedColumn |
| Modifier and Type | Method and Description |
|---|---|
static List<ColumnCategory> |
AddColumnAction.getAllowedcolumn() |
| Modifier and Type | Method and Description |
|---|---|
ColumnCategory |
ColumnDescription.getColumnCategory() |
ColumnCategory |
TemplateColumn.getColumnType() |
static ColumnCategory |
ColumnCategory.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ColumnCategory[] |
ColumnCategory.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ColumnDescription(ColumnCategory columnCategory) |
ColumnDescription(ColumnCategory columnCategory,
Cardinality cardinality) |
TemplateColumn(ColumnCategory columnType,
Class<T> valueType) |
TemplateColumn(ColumnCategory columnType,
Class<T> valueType,
ReferenceObject reference) |
Copyright © 2015. All Rights Reserved.