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