| Package | Description |
|---|---|
| fr.inra.agrosyst.api.entities.measure |
| Modifier and Type | Field and Description |
|---|---|
protected ProductivityType |
MeasureAbstract.productivityType
Nom de l'attribut en BD : productivityType
|
| Modifier and Type | Method and Description |
|---|---|
ProductivityType |
MeasureAbstract.getProductivityType() |
ProductivityType |
Measure.getProductivityType() |
static ProductivityType |
ProductivityType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProductivityType[] |
ProductivityType.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.setProductivityType(ProductivityType productivityType) |
void |
Measure.setProductivityType(ProductivityType productivityType) |
Copyright © 2013–2015 Inra. All rights reserved.