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