public enum NiveauRelance extends Enum<NiveauRelance> implements CodeIdentifiable
Modifier and Type | Method and Description |
---|---|
String |
getCode() |
String |
value() |
static NiveauRelance |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NiveauRelance[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NiveauRelance NA
public static final NiveauRelance N1
public static final NiveauRelance N2
public static final NiveauRelance N3
public static final NiveauRelance N4
public static final NiveauRelance N5
public static NiveauRelance[] values()
for (NiveauRelance c : NiveauRelance.values()) System.out.println(c);
public static NiveauRelance 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()
public String getCode()
getCode
in interface CodeIdentifiable
Copyright © 2016. All rights reserved.