| Modifier and Type | Method and Description |
|---|---|
static TableField.ColumnType |
TableField.ColumnType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TableField.ColumnType[] |
TableField.ColumnType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
TableField(String id,
String fieldName,
TableField.ColumnType columnType,
org.gcube.common.dbinterface.types.Type.Types dataType,
int[] length) |
| Modifier and Type | Method and Description |
|---|---|
void |
CodeListCuration.changeColumnType(String fieldId,
TableField.ColumnType columnType,
String... codelistReferenceId) |
List<String> |
CodeListCuration.getFieldsIdByColumnType(TableField.ColumnType columnType) |
| Modifier and Type | Method and Description |
|---|---|
void |
CodeListCurationHandler.changeColumnType(String fieldId,
TableField.ColumnType columnType,
org.gcube.common.dbinterface.tables.SimpleTable table,
Hashtable<String,TableField> fieldLabelMapping,
String... relatedCL) |
void |
HierarchicalCodeListHandler.changeColumnType(String fieldId,
TableField.ColumnType columnType,
org.gcube.common.dbinterface.tables.SimpleTable table,
Hashtable<String,TableField> fieldLabelMapping,
String... relatedCLId) |
void |
CodeListHandler.changeColumnType(String fieldId,
TableField.ColumnType columnType,
org.gcube.common.dbinterface.tables.SimpleTable table,
Hashtable<String,TableField> fieldLabelMapping,
String... referenceCL) |
| Modifier and Type | Method and Description |
|---|---|
TableField.ColumnType |
ColumnReference.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
ColumnReference.setType(TableField.ColumnType type) |
| Constructor and Description |
|---|
ColumnReference(TableField.ColumnType type) |
ColumnReference(TableField.ColumnType type,
String codelistReferenceName) |
ColumnReference(TableField.ColumnType type,
String codelistReferenceName,
String codelistReferenceId) |
Copyright © 2014. All Rights Reserved.