public enum TypeRegleCA extends Enum<TypeRegleCA> implements IdentIdentifiable
| Enum Constant and Description | 
|---|
ACHEVEMENT  | 
AVANCEMENT_REEL  | 
AVANCEMENT_THEORIQUE  | 
CHARGES  | 
PRORATA  | 
| Modifier and Type | Method and Description | 
|---|---|
static List<TypeRegleCA> | 
findReglesCA()  | 
Double | 
getIdent()  | 
String | 
getLibelle()  | 
Double | 
getValue()
Deprecated.  
 | 
static TypeRegleCA | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static TypeRegleCA[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final TypeRegleCA ACHEVEMENT
public static final TypeRegleCA AVANCEMENT_THEORIQUE
public static final TypeRegleCA AVANCEMENT_REEL
public static final TypeRegleCA PRORATA
public static final TypeRegleCA CHARGES
public static TypeRegleCA[] values()
for (TypeRegleCA c : TypeRegleCA.values()) System.out.println(c);
public static TypeRegleCA 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 null@Deprecated public Double getValue()
public Double getIdent()
getIdent in interface IdentIdentifiablepublic String getLibelle()
public static final List<TypeRegleCA> findReglesCA()
Copyright © 2016. All rights reserved.