public enum ActionSurAbsence extends Enum<ActionSurAbsence>
Enum Constant and Description |
---|
NVACCEPTEE |
NVANNULEE |
NVDEMANDE |
NVREACTIVEE |
NVREFUSEE |
NVSUPP |
NVUPDATE |
Modifier and Type | Method and Description |
---|---|
String |
value() |
static ActionSurAbsence |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActionSurAbsence[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ActionSurAbsence NVDEMANDE
public static final ActionSurAbsence NVSUPP
public static final ActionSurAbsence NVUPDATE
public static final ActionSurAbsence NVACCEPTEE
public static final ActionSurAbsence NVREFUSEE
public static final ActionSurAbsence NVANNULEE
public static final ActionSurAbsence NVREACTIVEE
public static ActionSurAbsence[] values()
for (ActionSurAbsence c : ActionSurAbsence.values()) System.out.println(c);
public static ActionSurAbsence 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.