| Package | Description |
|---|---|
| fr.inra.agrosyst.api.entities | |
| fr.inra.agrosyst.api.entities.managementmode |
| Modifier and Type | Field and Description |
|---|---|
protected CategoryStrategy |
GrowingSystemAbstract.categoryStrategy
Nom de l'attribut en BD : categoryStrategy
|
| Modifier and Type | Method and Description |
|---|---|
CategoryStrategy |
GrowingSystemAbstract.getCategoryStrategy() |
CategoryStrategy |
GrowingSystem.getCategoryStrategy() |
| Modifier and Type | Method and Description |
|---|---|
void |
GrowingSystemAbstract.setCategoryStrategy(CategoryStrategy categoryStrategy) |
void |
GrowingSystem.setCategoryStrategy(CategoryStrategy categoryStrategy) |
| Modifier and Type | Field and Description |
|---|---|
protected CategoryStrategy |
SectionAbstract.categoryStrategy
Nom de l'attribut en BD : categoryStrategy
|
| Modifier and Type | Method and Description |
|---|---|
CategoryStrategy |
SectionAbstract.getCategoryStrategy() |
CategoryStrategy |
Section.getCategoryStrategy() |
static CategoryStrategy |
CategoryStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CategoryStrategy[] |
CategoryStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SectionAbstract.setCategoryStrategy(CategoryStrategy categoryStrategy) |
void |
Section.setCategoryStrategy(CategoryStrategy categoryStrategy) |
Copyright © 2013–2015 Inra. All rights reserved.