| Package | Description |
|---|---|
| fr.inra.agrosyst.api.entities | |
| fr.inra.agrosyst.api.services.common | |
| fr.inra.agrosyst.api.services.growingsystem |
| Modifier and Type | Field and Description |
|---|---|
protected Sector |
GrowingSystemAbstract.sector
Nom de l'attribut en BD : sector
|
| Modifier and Type | Method and Description |
|---|---|
Sector |
GrowingSystemAbstract.getSector() |
Sector |
GrowingSystem.getSector() |
static Sector |
Sector.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Sector[] |
Sector.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GrowingSystemAbstract.setSector(Sector sector) |
void |
GrowingSystem.setSector(Sector sector) |
| Modifier and Type | Field and Description |
|---|---|
protected Sector |
GrowingSystemsIndicator.sector |
| Modifier and Type | Method and Description |
|---|---|
Sector |
GrowingSystemsIndicator.getSector() |
| Constructor and Description |
|---|
GrowingSystemsIndicator(Sector sector) |
| Modifier and Type | Field and Description |
|---|---|
protected Sector |
GrowingSystemFilter.sector |
protected Sector |
GrowingSystemDto.sector |
| Modifier and Type | Method and Description |
|---|---|
Sector |
GrowingSystemFilter.getSector() |
Sector |
GrowingSystemDto.getSector() |
| Modifier and Type | Method and Description |
|---|---|
void |
GrowingSystemFilter.setSector(Sector sector) |
void |
GrowingSystemDto.setSector(Sector sector) |
Copyright © 2013–2015 Inra. All rights reserved.