public enum MRStatut extends Enum<MRStatut>
| Enum Constant and Description |
|---|
STAT0 |
STAT80 |
STAT81 |
STAT82 |
STAT83 |
STAT94 |
STAT95 |
STAT96 |
STAT97 |
STAT98 |
STAT99 |
| Modifier and Type | Method and Description |
|---|---|
static MRStatut |
fromCode(int code)
Recherche l'enum à partir du code.
|
static MRStatut |
fromCode(String code)
Recherche l'enum à partir du code.
|
int |
getCode() |
String |
getLibelle() |
static MRStatut |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MRStatut[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MRStatut STAT0
public static final MRStatut STAT80
public static final MRStatut STAT81
public static final MRStatut STAT82
public static final MRStatut STAT83
public static final MRStatut STAT94
public static final MRStatut STAT95
public static final MRStatut STAT96
public static final MRStatut STAT97
public static final MRStatut STAT98
public static final MRStatut STAT99
public static MRStatut[] values()
for (MRStatut c : MRStatut.values()) System.out.println(c);
public static MRStatut 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 static MRStatut fromCode(int code)
code - codepublic static MRStatut fromCode(String code)
code - codepublic int getCode()
public String getLibelle()
Copyright © 2020. All rights reserved.