public enum UniteDeReport extends Enum<UniteDeReport> implements Localisable
Modifier and Type | Method and Description |
---|---|
Date |
add(Date date,
int qte) |
String |
getLibelle() |
int |
getUnite() |
static UniteDeReport |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UniteDeReport[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UniteDeReport JOUR
public static final UniteDeReport SEMAINE
public static final UniteDeReport MOIS
public static UniteDeReport[] values()
for (UniteDeReport c : UniteDeReport.values()) System.out.println(c);
public static UniteDeReport 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 String getLibelle()
getLibelle
in interface Localisable
public int getUnite()
Copyright © 2016. All rights reserved.