public enum NatureCompteRib extends Enum<NatureCompteRib>
Enum Constant and Description |
---|
ABA |
BIC |
NON_DEFINIE |
Modifier and Type | Method and Description |
---|---|
String |
getLibelle() |
Double |
getValue() |
static NatureCompteRib |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NatureCompteRib[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NatureCompteRib NON_DEFINIE
public static final NatureCompteRib BIC
public static final NatureCompteRib ABA
public static NatureCompteRib[] values()
for (NatureCompteRib c : NatureCompteRib.values()) System.out.println(c);
public static NatureCompteRib 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 getLibelle()
public final Double getValue()
Copyright © 2016. All rights reserved.