|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ColumnType | |
|---|---|
| org.gcube.data.analysis.tabulardata.model.column | |
| org.gcube.data.analysis.tabulardata.model.idioms | |
| org.gcube.data.analysis.tabulardata.model.table | |
| Uses of ColumnType in org.gcube.data.analysis.tabulardata.model.column |
|---|
| Methods in org.gcube.data.analysis.tabulardata.model.column that return ColumnType | |
|---|---|
ColumnType |
SystemColumn.getColumnType()
|
ColumnType |
StatefulBaseColumn.getColumnType()
|
ColumnType |
AttributeColumn.getColumnType()
|
ColumnType |
CodeColumn.getColumnType()
|
ColumnType |
MeasureColumn.getColumnType()
|
ColumnType |
CodelistRefColumn.getColumnType()
|
ColumnType |
IdColumn.getColumnType()
|
abstract ColumnType |
Column.getColumnType()
|
static ColumnType |
ColumnType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ColumnType[] |
ColumnType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in org.gcube.data.analysis.tabulardata.model.column with parameters of type ColumnType | |
|---|---|
StatefulBaseColumn(String label,
String name,
DataType dataType,
ColumnRelationshipImpl relationship,
ColumnType columnType)
|
|
| Uses of ColumnType in org.gcube.data.analysis.tabulardata.model.idioms |
|---|
| Constructors in org.gcube.data.analysis.tabulardata.model.idioms with parameters of type ColumnType | |
|---|---|
ColumnIsOfType(ColumnType columnType)
|
|
| Uses of ColumnType in org.gcube.data.analysis.tabulardata.model.table |
|---|
| Methods in org.gcube.data.analysis.tabulardata.model.table with parameters of type ColumnType | |
|---|---|
List<Column> |
Table.getColumns(ColumnType... columnTypes)
|
List<Column> |
Table.getColumns(ColumnType columnType)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||