| Modifier and Type | Method and Description |
|---|---|
ColumnType |
Column.getColumnType() |
| Modifier and Type | Method and Description |
|---|---|
void |
Column.setColumnType(ColumnType columnType) |
| Constructor and Description |
|---|
Column(DataType dataType,
ColumnType columnType) |
| Modifier and Type | Method and Description |
|---|---|
protected static Column |
BaseColumnFactory.create(ColumnType columnType,
DataType dataType) |
protected static Column |
BaseColumnFactory.create(ColumnType columnType,
LocalizedText label,
DataType dataType) |
protected static Column |
BaseColumnFactory.create(ColumnType columnType,
String name,
LocalizedText label,
DataType dataType) |
| Modifier and Type | Class and Description |
|---|---|
class |
AnnotationColumnType |
class |
AttributeColumnType |
class |
CodeColumnType |
class |
CodeDescriptionColumnType |
class |
CodeNameColumnType |
class |
DimensionColumnType |
class |
IdColumnType |
class |
MeasureColumnType |
class |
TimeDimensionColumnType |
class |
ValidationColumnType |
| Constructor and Description |
|---|
ColumnIsOfType(ColumnType columnType) |
| Modifier and Type | Method and Description |
|---|---|
List<Column> |
Table.getColumnsByType(ColumnType... columnTypes) |
List<Column> |
Table.getColumnsByType(ColumnType columnType)
Deprecated.
|
List<Column> |
Table.getColumnsExceptTypes(ColumnType... columnTypes) |
Copyright © 2014. All Rights Reserved.