| Package | Description |
|---|---|
| fr.inra.agrosyst.api.entities.performance | |
| fr.inra.agrosyst.api.services.performance |
| Modifier and Type | Field and Description |
|---|---|
protected PerformanceState |
PerformanceAbstract.computeStatus
Nom de l'attribut en BD : computeStatus
|
| Modifier and Type | Method and Description |
|---|---|
PerformanceState |
PerformanceAbstract.getComputeStatus() |
PerformanceState |
Performance.getComputeStatus() |
static PerformanceState |
PerformanceState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PerformanceState[] |
PerformanceState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PerformanceAbstract.setComputeStatus(PerformanceState computeStatus) |
void |
Performance.setComputeStatus(PerformanceState computeStatus) |
| Modifier and Type | Field and Description |
|---|---|
protected PerformanceState |
PerformanceDto.computeStatus |
| Modifier and Type | Method and Description |
|---|---|
PerformanceState |
PerformanceDto.getComputeStatus() |
| Modifier and Type | Method and Description |
|---|---|
void |
PerformanceDto.setComputeStatus(PerformanceState computeStatus) |
Copyright © 2013–2015 Inra. All rights reserved.