| Package | Description |
|---|---|
| org.squashtest.tm.domain.chart |
| Modifier and Type | Field and Description |
|---|---|
com.querydsl.core.types.dsl.EnumPath<DataType> |
QColumnPrototype.dataType |
| Modifier and Type | Method and Description |
|---|---|
DataType |
ColumnPrototype.getDataType() |
DataType |
ColumnPrototypeInstance.getDataType() |
DataType |
Filter.getDataType() |
DataType |
MeasureColumn.getDataType() |
DataType |
AxisColumn.getDataType() |
static DataType |
DataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataType[] |
DataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ColumnPrototype(String label,
SpecializedEntityType specializedType,
DataType dataType,
ColumnType columnType,
ChartQuery subQuery,
String attributeName,
boolean business,
Set<ColumnRole> role) |
Copyright © 2010–2016 Henix, henix.fr. All rights reserved.