public enum EtatSessionIntra extends Enum<EtatSessionIntra> implements CodeIdentifiable
Enum Constant and Description |
---|
ABANDONNE |
ANNULE |
ARCHIVE |
COMMANDE |
ENCOURS |
PROPOSE |
REFUSE |
TERMINE |
Modifier and Type | Method and Description |
---|---|
static List<String> |
etatActif() |
String |
getCode() |
static boolean |
isActif(EtatSessionIntra etatSessionIntra) |
static boolean |
isLivrable(EtatSessionIntra etatSessionIntra) |
String |
value() |
static EtatSessionIntra |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EtatSessionIntra[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EtatSessionIntra PROPOSE
public static final EtatSessionIntra ABANDONNE
public static final EtatSessionIntra REFUSE
public static final EtatSessionIntra COMMANDE
public static final EtatSessionIntra ANNULE
public static final EtatSessionIntra ENCOURS
public static final EtatSessionIntra TERMINE
public static final EtatSessionIntra ARCHIVE
public static EtatSessionIntra[] values()
for (EtatSessionIntra c : EtatSessionIntra.values()) System.out.println(c);
public static EtatSessionIntra 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 boolean isLivrable(EtatSessionIntra etatSessionIntra)
public static boolean isActif(EtatSessionIntra etatSessionIntra)
public final String value()
public String getCode()
getCode
in interface CodeIdentifiable
Copyright © 2016. All rights reserved.