public enum NiveauRelanceDemande extends Enum<NiveauRelanceDemande> implements IdentIdentifiable
Enum Constant and Description |
---|
NIVEAU_1 |
NIVEAU_2 |
NIVEAU_3 |
NIVEAU_4 |
NIVEAU_5 |
Modifier and Type | Method and Description |
---|---|
Double |
getIdent() |
Double |
getNiveauRelance() |
static NiveauRelanceDemande |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NiveauRelanceDemande[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NiveauRelanceDemande NIVEAU_1
public static final NiveauRelanceDemande NIVEAU_2
public static final NiveauRelanceDemande NIVEAU_3
public static final NiveauRelanceDemande NIVEAU_4
public static final NiveauRelanceDemande NIVEAU_5
public static NiveauRelanceDemande[] values()
for (NiveauRelanceDemande c : NiveauRelanceDemande.values()) System.out.println(c);
public static NiveauRelanceDemande 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 Double getIdent()
getIdent
in interface IdentIdentifiable
public Double getNiveauRelance()
Copyright © 2016. All rights reserved.