public enum IndicateurMaintenanceTypesCriteres extends Enum<IndicateurMaintenanceTypesCriteres> implements ILIbelleProvider
Enum Constant and Description |
---|
AFFAIRE |
FAMILLE_AFFAIRE |
GROUPE_TRAVAIL |
NATURE_DEMANDE |
SS_FAMILLE_AFFAIRE |
TACHE |
TEMPS |
Modifier and Type | Method and Description |
---|---|
String |
libelle() |
static IndicateurMaintenanceTypesCriteres[] |
listerTypeMaintenanceGroupeNature() |
static IndicateurMaintenanceTypesCriteres[] |
listerTypeMaintenanceTacheAffaire() |
static List<String> |
toListeDouble() |
String |
value() |
static IndicateurMaintenanceTypesCriteres |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndicateurMaintenanceTypesCriteres[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IndicateurMaintenanceTypesCriteres TACHE
public static final IndicateurMaintenanceTypesCriteres AFFAIRE
public static final IndicateurMaintenanceTypesCriteres GROUPE_TRAVAIL
public static final IndicateurMaintenanceTypesCriteres NATURE_DEMANDE
public static final IndicateurMaintenanceTypesCriteres FAMILLE_AFFAIRE
public static final IndicateurMaintenanceTypesCriteres SS_FAMILLE_AFFAIRE
public static final IndicateurMaintenanceTypesCriteres TEMPS
public static IndicateurMaintenanceTypesCriteres[] values()
for (IndicateurMaintenanceTypesCriteres c : IndicateurMaintenanceTypesCriteres.values()) System.out.println(c);
public static IndicateurMaintenanceTypesCriteres valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic final String value()
public final String libelle()
libelle
in interface ILIbelleProvider
public static final IndicateurMaintenanceTypesCriteres[] listerTypeMaintenanceGroupeNature()
public static final IndicateurMaintenanceTypesCriteres[] listerTypeMaintenanceTacheAffaire()
Copyright © 2016. All rights reserved.