public enum CBColonne extends Enum<CBColonne> implements Localisable
Enum Constant and Description |
---|
BUDGET_INITIAL |
RAF_N_1 |
RAF_RETENU |
RESP_VALIDATION |
VALIDE |
VALORISATION_BUDGET_INTIAL |
VALORISATION_RAF |
VALORISATION_RAF_N_1 |
Modifier and Type | Method and Description |
---|---|
String |
getLibelle() |
static CBColonne |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CBColonne[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CBColonne BUDGET_INITIAL
public static final CBColonne VALORISATION_BUDGET_INTIAL
public static final CBColonne RAF_N_1
public static final CBColonne VALORISATION_RAF_N_1
public static final CBColonne RAF_RETENU
public static final CBColonne VALORISATION_RAF
public static final CBColonne RESP_VALIDATION
public static final CBColonne VALIDE
public static CBColonne[] values()
for (CBColonne c : CBColonne.values()) System.out.println(c);
public static CBColonne 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 String getLibelle()
getLibelle
in interface Localisable
Copyright © 2016. All rights reserved.