| Package | Description |
|---|---|
| fr.inra.agrosyst.api.entities | |
| fr.inra.agrosyst.api.entities.effective | |
| fr.inra.agrosyst.api.entities.practiced |
| Modifier and Type | Method and Description |
|---|---|
static WeedType |
WeedType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WeedType[] |
WeedType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
protected WeedType |
EffectivePerennialCropCycleAbstract.weedType
Nom de l'attribut en BD : weedType
|
| Modifier and Type | Method and Description |
|---|---|
WeedType |
EffectivePerennialCropCycle.getWeedType() |
WeedType |
EffectivePerennialCropCycleAbstract.getWeedType() |
| Modifier and Type | Method and Description |
|---|---|
void |
EffectivePerennialCropCycle.setWeedType(WeedType weedType) |
void |
EffectivePerennialCropCycleAbstract.setWeedType(WeedType weedType) |
| Modifier and Type | Field and Description |
|---|---|
protected WeedType |
PracticedPerennialCropCycleAbstract.weedType
Nom de l'attribut en BD : weedType
|
| Modifier and Type | Method and Description |
|---|---|
WeedType |
PracticedPerennialCropCycle.getWeedType() |
WeedType |
PracticedPerennialCropCycleAbstract.getWeedType() |
| Modifier and Type | Method and Description |
|---|---|
void |
PracticedPerennialCropCycle.setWeedType(WeedType weedType) |
void |
PracticedPerennialCropCycleAbstract.setWeedType(WeedType weedType) |
Copyright © 2013–2015 Inra. All rights reserved.