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