public enum StatutHistoPlanning extends Enum<StatutHistoPlanning>
Enum Constant and Description |
---|
REALISE |
REPORT_NON_PLANIFIE |
REPORT_PLANIFIE |
Modifier and Type | Method and Description |
---|---|
String |
value() |
static StatutHistoPlanning |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatutHistoPlanning[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StatutHistoPlanning REPORT_PLANIFIE
public static final StatutHistoPlanning REPORT_NON_PLANIFIE
public static final StatutHistoPlanning REALISE
public static StatutHistoPlanning[] values()
for (StatutHistoPlanning c : StatutHistoPlanning.values()) System.out.println(c);
public static StatutHistoPlanning 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 String value()
Copyright © 2016. All rights reserved.