public class CroppingPlans extends Object
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.base.Function<CroppingPlanEntry,CroppingPlanEntryDto> |
CROPPING_PLAN_ENTRY_TO_DTO |
static com.google.common.base.Function<CroppingPlanSpecies,CroppingPlanSpeciesDto> |
CROPPING_PLAN_SPECIES_TO_DTO |
static com.google.common.base.Function<CroppingPlanSpecies,String> |
GET_SPECIES_CODE |
static com.google.common.base.Function<CroppingPlanSpeciesDto,String> |
GET_SPECIES_DTO_CODE |
static com.google.common.base.Predicate<CroppingPlanEntryDto> |
IS_ENTRY_INTERMEDIATE |
static com.google.common.base.Predicate<CropCycleModelDto> |
IS_INTERMEDIATE |
static com.google.common.base.Predicate<CropCycleModelDto> |
IS_NOT_INTERMEDIATE |
static com.google.common.base.Function<String,String> |
STRING_TO_COLOR |
| Constructor and Description |
|---|
CroppingPlans() |
public static final com.google.common.base.Function<CroppingPlanSpecies,CroppingPlanSpeciesDto> CROPPING_PLAN_SPECIES_TO_DTO
public static final com.google.common.base.Function<CroppingPlanEntry,CroppingPlanEntryDto> CROPPING_PLAN_ENTRY_TO_DTO
public static final com.google.common.base.Function<CroppingPlanSpecies,String> GET_SPECIES_CODE
public static final com.google.common.base.Function<CroppingPlanSpeciesDto,String> GET_SPECIES_DTO_CODE
public static final com.google.common.base.Predicate<CroppingPlanEntryDto> IS_ENTRY_INTERMEDIATE
public static final com.google.common.base.Predicate<CropCycleModelDto> IS_INTERMEDIATE
public static final com.google.common.base.Predicate<CropCycleModelDto> IS_NOT_INTERMEDIATE
Copyright © 2013–2015 Inra. All rights reserved.