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