public enum ModeSaisieChargeDevis extends Enum<ModeSaisieChargeDevis> implements IdentIdentifiable, CodeIdentifiable, Localisable
Enum Constant and Description |
---|
HEURES |
HEURES_CENTIEME |
JOUR |
Modifier and Type | Method and Description |
---|---|
boolean |
equalsCode(String code) |
boolean |
equalsIdent(Double ident) |
String |
getCode() |
Double |
getIdent() |
String |
getLibelle() |
UniteDePresentation |
getUnitePresentation() |
UniteDeStockage |
getUniteStockage() |
UniteDeTemps |
getUniteTemps() |
Double |
value() |
static ModeSaisieChargeDevis |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModeSaisieChargeDevis[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ModeSaisieChargeDevis JOUR
public static final ModeSaisieChargeDevis HEURES
public static final ModeSaisieChargeDevis HEURES_CENTIEME
public static ModeSaisieChargeDevis[] values()
for (ModeSaisieChargeDevis c : ModeSaisieChargeDevis.values()) System.out.println(c);
public static ModeSaisieChargeDevis 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 final Double value()
public Double getIdent()
getIdent
in interface IdentIdentifiable
public UniteDeTemps getUniteTemps()
public boolean equalsIdent(Double ident)
public boolean equalsCode(String code)
public String getCode()
getCode
in interface CodeIdentifiable
public UniteDePresentation getUnitePresentation()
public UniteDeStockage getUniteStockage()
public String getLibelle()
getLibelle
in interface Localisable
Copyright © 2016. All rights reserved.