| Package | Description |
|---|---|
| org.squashtest.tm.domain.chart |
| Modifier and Type | Field and Description |
|---|---|
com.querydsl.core.types.dsl.SetPath<ColumnRole,com.querydsl.core.types.dsl.EnumPath<ColumnRole>> |
QColumnPrototype.role |
com.querydsl.core.types.dsl.SetPath<ColumnRole,com.querydsl.core.types.dsl.EnumPath<ColumnRole>> |
QColumnPrototype.role |
| Modifier and Type | Method and Description |
|---|---|
static ColumnRole |
ColumnRole.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ColumnRole[] |
ColumnRole.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<ColumnRole,Set<SpecializedEntityType>> |
ChartDefinition.getInvolvedEntities()
Returns which entities are covered by this chart, sorted by roles
|
Map<ColumnRole,Set<SpecializedEntityType>> |
ChartQuery.getInvolvedEntities()
Returns which entities are covered by this chart, sorted by roles.
|
Map<ColumnRole,Set<SpecializedEntityType>> |
IChartQuery.getInvolvedEntities() |
EnumSet<ColumnRole> |
ColumnPrototype.getRole() |
| 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.