| Package | Description |
|---|---|
| org.squashtest.tm.domain.customfield | |
| org.squashtest.tm.domain.denormalizedfield |
| Modifier and Type | Field and Description |
|---|---|
protected InputType |
CustomField.inputType |
| Modifier and Type | Field and Description |
|---|---|
com.querydsl.core.types.dsl.EnumPath<InputType> |
QNumericField.inputType |
com.querydsl.core.types.dsl.EnumPath<InputType> |
QMultiSelectField.inputType |
com.querydsl.core.types.dsl.EnumPath<InputType> |
QCustomField.inputType |
com.querydsl.core.types.dsl.EnumPath<InputType> |
QSingleSelectField.inputType |
com.querydsl.core.types.dsl.EnumPath<InputType> |
QRichTextField.inputType |
| Modifier and Type | Method and Description |
|---|---|
InputType |
CustomField.getInputType() |
static InputType |
InputType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InputType[] |
InputType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
CustomField(InputType inputType) |
| Modifier and Type | Field and Description |
|---|---|
protected InputType |
DenormalizedFieldValue.inputType |
| Modifier and Type | Field and Description |
|---|---|
com.querydsl.core.types.dsl.EnumPath<InputType> |
QDenormalizedFieldValue.inputType |
com.querydsl.core.types.dsl.EnumPath<InputType> |
QDenormalizedMultiSelectField.inputType |
com.querydsl.core.types.dsl.EnumPath<InputType> |
QDenormalizedSingleSelectField.inputType |
com.querydsl.core.types.dsl.EnumPath<InputType> |
QDenormalizedRichValue.inputType |
com.querydsl.core.types.dsl.EnumPath<InputType> |
QDenormalizedNumericValue.inputType |
| Modifier and Type | Method and Description |
|---|---|
InputType |
DenormalizedFieldValue.getInputType() |
Copyright © 2010–2016 Henix, henix.fr. All rights reserved.