| Package | Description |
|---|---|
| org.squashtest.tm.domain.chart |
| Modifier and Type | Field and Description |
|---|---|
com.querydsl.core.types.dsl.EnumPath<Operation> |
QMeasureColumn.operation |
com.querydsl.core.types.dsl.EnumPath<Operation> |
QFilter.operation |
com.querydsl.core.types.dsl.EnumPath<Operation> |
QAxisColumn.operation |
| Modifier and Type | Method and Description |
|---|---|
Operation |
ColumnPrototypeInstance.getOperation() |
Operation |
Filter.getOperation() |
Operation |
MeasureColumn.getOperation() |
Operation |
AxisColumn.getOperation() |
static Operation |
Operation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Operation[] |
Operation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EnumSet<Operation> |
ColumnRole.getOperations() |
EnumSet<Operation> |
DataType.getOperations() |
| Modifier and Type | Method and Description |
|---|---|
void |
Filter.setOperation(Operation operation) |
void |
MeasureColumn.setOperation(Operation operation) |
void |
AxisColumn.setOperation(Operation operation) |
Copyright © 2010–2016 Henix, henix.fr. All rights reserved.