public enum RangDetailAnneeManagerTauxOccupation extends Enum<RangDetailAnneeManagerTauxOccupation>
Enum Constant and Description |
---|
_1ER_SEMESTRE |
_1ER_TRIMESTRE |
_2EME_SEMESTRE |
_2EME_TRIMESTRE |
_3EME_TRIMESTRE |
_4EME_TRIMESTRE |
ANNEE |
Modifier and Type | Method and Description |
---|---|
Integer |
getRang() |
static RangDetailAnneeManagerTauxOccupation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RangDetailAnneeManagerTauxOccupation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RangDetailAnneeManagerTauxOccupation _1ER_TRIMESTRE
public static final RangDetailAnneeManagerTauxOccupation _2EME_TRIMESTRE
public static final RangDetailAnneeManagerTauxOccupation _3EME_TRIMESTRE
public static final RangDetailAnneeManagerTauxOccupation _4EME_TRIMESTRE
public static final RangDetailAnneeManagerTauxOccupation _1ER_SEMESTRE
public static final RangDetailAnneeManagerTauxOccupation _2EME_SEMESTRE
public static final RangDetailAnneeManagerTauxOccupation ANNEE
public static RangDetailAnneeManagerTauxOccupation[] values()
for (RangDetailAnneeManagerTauxOccupation c : RangDetailAnneeManagerTauxOccupation.values()) System.out.println(c);
public static RangDetailAnneeManagerTauxOccupation 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 Integer getRang()
Copyright © 2016. All rights reserved.