public static enum RibException.ChampsRib extends Enum<RibException.ChampsRib>
Enum Constant and Description |
---|
AUCUN |
CLE |
CODE_BANQUE |
CODE_GUICHET |
DOMICILIATION |
NUMERO_COMPTE |
Modifier and Type | Method and Description |
---|---|
static RibException.ChampsRib |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RibException.ChampsRib[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RibException.ChampsRib AUCUN
public static final RibException.ChampsRib CLE
public static final RibException.ChampsRib CODE_BANQUE
public static final RibException.ChampsRib CODE_GUICHET
public static final RibException.ChampsRib DOMICILIATION
public static final RibException.ChampsRib NUMERO_COMPTE
public static RibException.ChampsRib[] values()
for (RibException.ChampsRib c : RibException.ChampsRib.values()) System.out.println(c);
public static RibException.ChampsRib 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 nullCopyright © 2016. All rights reserved.