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