public enum MotClefQuestionnaire extends Enum<MotClefQuestionnaire> implements CodeLibelleIdentifiable
Enum Constant and Description |
---|
CALCUL_DELAI |
CLIENT |
DEMANDE_QUALIFICATION |
INTERVENTION_CLOTURE |
Modifier and Type | Method and Description |
---|---|
String |
getCode() |
String |
getLibelle() |
static List<String> |
getListeMotClef() |
List<Pair<TypeObjetQuestionnaire,TypeObjetQuestionnaire>> |
getPairesTypesPiece()
Attention l'ordre a de l'importance
|
String |
value() |
static MotClefQuestionnaire |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MotClefQuestionnaire[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MotClefQuestionnaire DEMANDE_QUALIFICATION
public static final MotClefQuestionnaire INTERVENTION_CLOTURE
public static final MotClefQuestionnaire CALCUL_DELAI
public static final MotClefQuestionnaire CLIENT
public static MotClefQuestionnaire[] values()
for (MotClefQuestionnaire c : MotClefQuestionnaire.values()) System.out.println(c);
public static MotClefQuestionnaire 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 String getCode()
getCode
in interface CodeIdentifiable
public final String value()
public String getLibelle()
getLibelle
in interface Localisable
public List<Pair<TypeObjetQuestionnaire,TypeObjetQuestionnaire>> getPairesTypesPiece()
Copyright © 2016. All rights reserved.