| Package | Description |
|---|---|
| fr.inra.agrosyst.api.entities | |
| fr.inra.agrosyst.api.entities.referential | |
| fr.inra.agrosyst.api.services.measurement |
| Modifier and Type | Method and Description |
|---|---|
static VariableType |
VariableType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VariableType[] |
VariableType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
protected VariableType |
RefMesureAbstract.type_variable_mesuree
Nom de l'attribut en BD : type_variable_mesuree
|
| Modifier and Type | Method and Description |
|---|---|
VariableType |
RefMesureAbstract.getType_variable_mesuree() |
VariableType |
RefMesure.getType_variable_mesuree() |
| Modifier and Type | Method and Description |
|---|---|
void |
RefMesureAbstract.setType_variable_mesuree(VariableType type_variable_mesuree) |
void |
RefMesure.setType_variable_mesuree(VariableType type_variable_mesuree) |
| Modifier and Type | Method and Description |
|---|---|
List<VariableType> |
MeasurementService.findAllVariableTypes(MeasurementType measurementType) |
| Modifier and Type | Method and Description |
|---|---|
List<RefMesure> |
MeasurementService.findAllVariables(MeasurementType measurementType,
VariableType variableType)
Find all variable.
|
Copyright © 2013–2015 Inra. All rights reserved.