public enum GMAOProrataPrix extends Enum<GMAOProrataPrix> implements IdentIdentifiable, Localisable
Enum Constant and Description |
---|
BASE_360JRS |
MOIS_COMPLET |
MOIS_ENTAME |
NOMBRE_EXACT |
Modifier and Type | Method and Description |
---|---|
Double |
getIdent() |
String |
getLibelle() |
static String |
getLibelleByValue(Double value) |
Double |
getProrata() |
static GMAOProrataPrix |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GMAOProrataPrix[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GMAOProrataPrix MOIS_ENTAME
public static final GMAOProrataPrix NOMBRE_EXACT
public static final GMAOProrataPrix BASE_360JRS
public static final GMAOProrataPrix MOIS_COMPLET
public static GMAOProrataPrix[] values()
for (GMAOProrataPrix c : GMAOProrataPrix.values()) System.out.println(c);
public static GMAOProrataPrix 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 getProrata()
public String getLibelle()
getLibelle
in interface Localisable
public Double getIdent()
getIdent
in interface IdentIdentifiable
Copyright © 2016. All rights reserved.