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