public enum TypeVueManagerTauxOccupation extends Enum<TypeVueManagerTauxOccupation> implements IdentIdentifiable
Enum Constant and Description |
---|
DETAIL_ANNEE |
DETAIL_MOIS |
PAR_ANNEE |
PAR_MOIS |
PAR_SEMESTRE |
PAR_TRIMESTRE |
Modifier and Type | Field and Description |
---|---|
static EnumSet<TypeVueManagerTauxOccupation> |
VUE_DECOUPAGE_ANNEE |
Modifier and Type | Method and Description |
---|---|
Double |
getIdent() |
String |
getLibelle() |
Integer |
getNombreDeMoisAAjouterPourUnePeriode() |
static TypeVueManagerTauxOccupation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeVueManagerTauxOccupation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypeVueManagerTauxOccupation DETAIL_MOIS
public static final TypeVueManagerTauxOccupation PAR_MOIS
public static final TypeVueManagerTauxOccupation PAR_TRIMESTRE
public static final TypeVueManagerTauxOccupation PAR_SEMESTRE
public static final TypeVueManagerTauxOccupation PAR_ANNEE
public static final TypeVueManagerTauxOccupation DETAIL_ANNEE
public static EnumSet<TypeVueManagerTauxOccupation> VUE_DECOUPAGE_ANNEE
public static TypeVueManagerTauxOccupation[] values()
for (TypeVueManagerTauxOccupation c : TypeVueManagerTauxOccupation.values()) System.out.println(c);
public static TypeVueManagerTauxOccupation 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 Double getIdent()
getIdent
in interface IdentIdentifiable
public String getLibelle()
public Integer getNombreDeMoisAAjouterPourUnePeriode()
Copyright © 2016. All rights reserved.