public enum GMAOPriseAppelClient extends Enum<GMAOPriseAppelClient> implements IdentLibelleIdentifiable
Enum Constant and Description |
---|
ALERTE |
ALERTE_SI_FACTURE_NON_REGLEE_SUR_CLIENT |
ALERTE_SI_FACTURE_NON_REGLEE_SUR_CONTRAT |
BLOQUE |
BLOQUE_SI_FACTURE_NON_REGLEE_SUR_CLIENT |
BLOQUE_SI_FACTURE_NON_REGLEE_SUR_CONTRAT |
NON_BLOQUE |
Modifier and Type | Method and Description |
---|---|
static GMAOPriseAppelClient |
fromPriseAppel(PriseAppelClient priseAppel) |
Double |
getIdent() |
String |
getLibelle() |
boolean |
isBloquant() |
static GMAOPriseAppelClient |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GMAOPriseAppelClient[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GMAOPriseAppelClient NON_BLOQUE
public static final GMAOPriseAppelClient ALERTE
public static final GMAOPriseAppelClient BLOQUE
public static final GMAOPriseAppelClient ALERTE_SI_FACTURE_NON_REGLEE_SUR_CONTRAT
public static final GMAOPriseAppelClient BLOQUE_SI_FACTURE_NON_REGLEE_SUR_CONTRAT
public static final GMAOPriseAppelClient ALERTE_SI_FACTURE_NON_REGLEE_SUR_CLIENT
public static final GMAOPriseAppelClient BLOQUE_SI_FACTURE_NON_REGLEE_SUR_CLIENT
public static GMAOPriseAppelClient[] values()
for (GMAOPriseAppelClient c : GMAOPriseAppelClient.values()) System.out.println(c);
public static GMAOPriseAppelClient 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 Double getIdent()
getIdent
in interface IdentIdentifiable
public boolean isBloquant()
public String getLibelle()
getLibelle
in interface Localisable
public static GMAOPriseAppelClient fromPriseAppel(PriseAppelClient priseAppel)
Copyright © 2016. All rights reserved.