| Package | Description |
|---|---|
| fr.inra.agrosyst.api.entities.measure |
| Modifier and Type | Field and Description |
|---|---|
protected ChemicalElement |
MeasureAbstract.chemicalElement
Nom de l'attribut en BD : chemicalElement
|
| Modifier and Type | Method and Description |
|---|---|
ChemicalElement |
MeasureAbstract.getChemicalElement() |
ChemicalElement |
Measure.getChemicalElement() |
static ChemicalElement |
ChemicalElement.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChemicalElement[] |
ChemicalElement.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MeasureAbstract.setChemicalElement(ChemicalElement chemicalElement) |
void |
Measure.setChemicalElement(ChemicalElement chemicalElement) |
Copyright © 2013–2015 Inra. All rights reserved.