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