public enum MajNumeroRemisePrelevement extends Enum<MajNumeroRemisePrelevement> implements IdentIdentifiable
| Enum Constant and Description |
|---|
MISE_A_JOUR |
PAS_DE_MISE_A_JOUR |
| Modifier and Type | Method and Description |
|---|---|
Double |
getIdent() |
String |
toString() |
Double |
value() |
static MajNumeroRemisePrelevement |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MajNumeroRemisePrelevement[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MajNumeroRemisePrelevement PAS_DE_MISE_A_JOUR
public static final MajNumeroRemisePrelevement MISE_A_JOUR
public static MajNumeroRemisePrelevement[] values()
for (MajNumeroRemisePrelevement c : MajNumeroRemisePrelevement.values()) System.out.println(c);
public static MajNumeroRemisePrelevement 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 Double value()
public String toString()
toString in class Enum<MajNumeroRemisePrelevement>public Double getIdent()
getIdent in interface IdentIdentifiableCopyright © 2016. All rights reserved.