public enum ModeSaisiePlanning extends Enum<ModeSaisiePlanning> implements IdentIdentifiable, CodeIdentifiable, Localisable
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 ModeSaisiePlanning |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModeSaisiePlanning[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ModeSaisiePlanning JOUR
public static final ModeSaisiePlanning HEURES
public static ModeSaisiePlanning[] values()
for (ModeSaisiePlanning c : ModeSaisiePlanning.values()) System.out.println(c);
public static ModeSaisiePlanning 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.