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