| Modifier and Type | Method and Description |
|---|---|
BindableEntity |
Iteration.getBoundEntityType() |
BindableEntity |
TestSuite.getBoundEntityType() |
BindableEntity |
Campaign.getBoundEntityType() |
| Modifier and Type | Field and Description |
|---|---|
protected BindableEntity |
CustomFieldValue.boundEntityType |
| Modifier and Type | Field and Description |
|---|---|
com.querydsl.core.types.dsl.EnumPath<BindableEntity> |
QCustomFieldBinding.boundEntity |
com.querydsl.core.types.dsl.EnumPath<BindableEntity> |
QCustomFieldValue.boundEntityType |
com.querydsl.core.types.dsl.EnumPath<BindableEntity> |
QRichTextValue.boundEntityType |
com.querydsl.core.types.dsl.EnumPath<BindableEntity> |
QNumericCustomFieldValue.boundEntityType |
com.querydsl.core.types.dsl.EnumPath<BindableEntity> |
QTagsValue.boundEntityType |
| Modifier and Type | Method and Description |
|---|---|
static BindableEntity |
BindableEntity.coerceToBindableEntity(Class<?> entityType) |
BindableEntity |
CustomFieldBinding.getBoundEntity() |
BindableEntity |
BoundEntity.getBoundEntityType() |
BindableEntity |
CustomFieldValue.getBoundEntityType() |
static BindableEntity |
BindableEntity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BindableEntity[] |
BindableEntity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CustomFieldBinding.setBoundEntity(BindableEntity boundEntity) |
| Constructor and Description |
|---|
CustomFieldValue(Long boundEntityId,
BindableEntity boundEntityType,
CustomFieldBinding binding,
String value) |
| Modifier and Type | Method and Description |
|---|---|
BindableEntity |
Execution.getBoundEntityType() |
BindableEntity |
ExecutionStep.getBoundEntityType() |
| Modifier and Type | Method and Description |
|---|---|
BindableEntity |
RequirementVersion.getBoundEntityType() |
| Modifier and Type | Method and Description |
|---|---|
BindableEntity |
TestCase.getBoundEntityType() |
BindableEntity |
ActionTestStep.getBoundEntityType() |
Copyright © 2010–2016 Henix, henix.fr. All rights reserved.