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