public enum GMAOPeriodicite extends Enum<GMAOPeriodicite> implements CodeIdentifiable
Enum Constant and Description |
---|
ANNUEL |
BIMESTRIEL |
HEBDOMADAIRE |
HORAIRE |
JOURNALIER |
MENSUEL |
QUINZAINE |
SEMESTRIEL |
TRIMESTRIEL |
UNIQUE |
Modifier and Type | Method and Description |
---|---|
Double |
diviseur() |
Double |
dureeContratMois() |
String |
getCode() |
static GMAOPeriodicite |
getPeriodicite(String codePeriodicite) |
Double |
multiple() |
String |
value() |
static GMAOPeriodicite |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GMAOPeriodicite[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GMAOPeriodicite HORAIRE
public static final GMAOPeriodicite JOURNALIER
public static final GMAOPeriodicite HEBDOMADAIRE
public static final GMAOPeriodicite QUINZAINE
public static final GMAOPeriodicite MENSUEL
public static final GMAOPeriodicite BIMESTRIEL
public static final GMAOPeriodicite TRIMESTRIEL
public static final GMAOPeriodicite SEMESTRIEL
public static final GMAOPeriodicite ANNUEL
public static final GMAOPeriodicite UNIQUE
public static GMAOPeriodicite[] values()
for (GMAOPeriodicite c : GMAOPeriodicite.values()) System.out.println(c);
public static GMAOPeriodicite 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 static GMAOPeriodicite getPeriodicite(String codePeriodicite)
public final String value()
public final Double dureeContratMois()
public final Double multiple()
public final Double diviseur()
public String getCode()
getCode
in interface CodeIdentifiable
Copyright © 2016. All rights reserved.