| Modifier and Type | Method and Description |
|---|---|
static BioAgressorType |
BioAgressorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BioAgressorType[] |
BioAgressorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
protected BioAgressorType |
SectionAbstract.bioAgressorType
Nom de l'attribut en BD : bioAgressorType
|
protected BioAgressorType |
DecisionRuleAbstract.bioAgressorType
Nom de l'attribut en BD : bioAgressorType
|
| Modifier and Type | Method and Description |
|---|---|
BioAgressorType |
SectionAbstract.getBioAgressorType() |
BioAgressorType |
DecisionRuleAbstract.getBioAgressorType() |
BioAgressorType |
DecisionRule.getBioAgressorType() |
BioAgressorType |
Section.getBioAgressorType() |
| Modifier and Type | Method and Description |
|---|---|
void |
SectionAbstract.setBioAgressorType(BioAgressorType bioAgressorType) |
void |
DecisionRuleAbstract.setBioAgressorType(BioAgressorType bioAgressorType) |
void |
DecisionRule.setBioAgressorType(BioAgressorType bioAgressorType) |
void |
Section.setBioAgressorType(BioAgressorType bioAgressorType) |
| Modifier and Type | Field and Description |
|---|---|
protected BioAgressorType |
RefNuisibleEDIAbstract.reference_param
Nom de l'attribut en BD : reference_param
|
| Modifier and Type | Method and Description |
|---|---|
BioAgressorType |
RefNuisibleEDIAbstract.getReference_param() |
BioAgressorType |
RefNuisibleEDI.getReference_param() |
| Modifier and Type | Method and Description |
|---|---|
void |
RefNuisibleEDIAbstract.setReference_param(BioAgressorType reference_param) |
void |
RefNuisibleEDI.setReference_param(BioAgressorType reference_param) |
| Modifier and Type | Field and Description |
|---|---|
static BioAgressorType[] |
Itk.TREATMENT_TARGET_CATEGORIES |
| Modifier and Type | Method and Description |
|---|---|
List<BioAgressorType> |
ManagementModeService.getBioAgressorTypes()
Get bio agressor types.
|
| Modifier and Type | Method and Description |
|---|---|
DecisionRule |
ManagementModeService.createNewDecisionRule(AgrosystInterventionType interventionType,
String growingSystemTopiaId,
BioAgressorType bioAgressorType,
String bioAgressorTopiaId,
String croppingPlanEntryId,
String name)
Create decision rule with params given has parameters
|
<E extends RefBioAgressor> |
ManagementModeService.getBioAgressors(BioAgressorType bioAgressorType)
Find all agressor from specified type.
|
| Modifier and Type | Method and Description |
|---|---|
List<BioAgressorType> |
MeasurementService.findAllEdiPestTypes()
Recherche les nuisibles EDI utilisées pour les observations hors protocole vgobs.
|
| Modifier and Type | Method and Description |
|---|---|
List<RefNuisibleEDI> |
MeasurementService.findAllEdiPests(BioAgressorType pestType)
Recherche les nuisibles EDI utilisées pour les observations hors protocole vgobs.
|
| Modifier and Type | Method and Description |
|---|---|
List<RefBioAgressor> |
ReferentialService.getTreatmentTargets(BioAgressorType category) |
Copyright © 2013–2015 Inra. All rights reserved.