public enum EtatCotation extends Enum<EtatCotation> implements CodeIdentifiable, Localisable
Enum Constant and Description |
---|
ARCHIVE |
BROUILLON |
REVISE |
SIGNE |
TOUTES |
VALIDES |
Modifier and Type | Method and Description |
---|---|
boolean |
equalsCode(String code) |
String |
getCode() |
static String |
getEtat(String codeEtat) |
String |
getLibelle() |
String |
intitule() |
static String[] |
tousCotation() |
static String[] |
tousCotationEtTout() |
String |
value() |
static EtatCotation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EtatCotation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EtatCotation TOUTES
public static final EtatCotation BROUILLON
public static final EtatCotation VALIDES
public static final EtatCotation ARCHIVE
public static final EtatCotation SIGNE
public static final EtatCotation REVISE
public static EtatCotation[] values()
for (EtatCotation c : EtatCotation.values()) System.out.println(c);
public static EtatCotation 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 static final String[] tousCotation()
public static final String[] tousCotationEtTout()
public final String value()
public final String intitule()
public String getLibelle()
getLibelle
in interface Localisable
public String getCode()
getCode
in interface CodeIdentifiable
public boolean equalsCode(String code)
Copyright © 2016. All rights reserved.