public enum TypeCompteRib extends Enum<TypeCompteRib>
Modifier and Type | Method and Description |
---|---|
String |
getLibelle() |
Double |
getValue() |
static TypeCompteRib |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeCompteRib[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypeCompteRib AUTRE
public static final TypeCompteRib IBAN
public static final TypeCompteRib BBAN
public static TypeCompteRib[] values()
for (TypeCompteRib c : TypeCompteRib.values()) System.out.println(c);
public static TypeCompteRib 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.