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