public enum EtatProprietaire extends Enum<EtatProprietaire>
Enum Constant and Description |
---|
COL_DEF |
MOTS_CLEFS |
RESP_ACTION |
RESP_CAMP |
RESP_CMPT |
RESP_COMM |
Modifier and Type | Method and Description |
---|---|
static EtatProprietaire |
findForCode(String code) |
String |
libelle() |
static String[] |
listerEtatsValidation() |
String |
value() |
static EtatProprietaire |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EtatProprietaire[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EtatProprietaire COL_DEF
public static final EtatProprietaire RESP_COMM
public static final EtatProprietaire RESP_CMPT
public static final EtatProprietaire RESP_CAMP
public static final EtatProprietaire RESP_ACTION
public static final EtatProprietaire MOTS_CLEFS
public static EtatProprietaire[] values()
for (EtatProprietaire c : EtatProprietaire.values()) System.out.println(c);
public static EtatProprietaire 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()
public static final EtatProprietaire findForCode(String code)
public static final String[] listerEtatsValidation()
Copyright © 2016. All rights reserved.