public enum StatusDemandeTransfertDroit extends Enum<StatusDemandeTransfertDroit> implements CodeIdentifiable, Localisable
Modifier and Type | Field and Description |
---|---|
static EnumSet<StatusDemandeTransfertDroit> |
STATUS_A_COMPTABILISER_EMIS |
Modifier and Type | Method and Description |
---|---|
boolean |
equalsCode(String code) |
String |
getCode() |
String |
getLibelle() |
static StatusDemandeTransfertDroit |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatusDemandeTransfertDroit[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StatusDemandeTransfertDroit DEMANDE
public static final StatusDemandeTransfertDroit ACCEPTE
public static final StatusDemandeTransfertDroit REFUSE
public static final StatusDemandeTransfertDroit ANNULE
public static EnumSet<StatusDemandeTransfertDroit> STATUS_A_COMPTABILISER_EMIS
public static StatusDemandeTransfertDroit[] values()
for (StatusDemandeTransfertDroit c : StatusDemandeTransfertDroit.values()) System.out.println(c);
public static StatusDemandeTransfertDroit 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 String getCode()
getCode
in interface CodeIdentifiable
public String getLibelle()
getLibelle
in interface Localisable
public boolean equalsCode(String code)
Copyright © 2016. All rights reserved.