public enum CategorieQuestion extends Enum<CategorieQuestion> implements IdentIdentifiable, Localisable
Enum Constant and Description |
---|
FIN_SESSION |
FORMATEUR |
GENERALE_PERIODE |
UNITE |
Modifier and Type | Method and Description |
---|---|
boolean |
equalsIdent(Double ident) |
static CategorieQuestion |
findValue(Double identCateg) |
Double |
getIdent() |
String |
getLibelle() |
Double |
value()
Deprecated.
|
static CategorieQuestion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CategorieQuestion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CategorieQuestion GENERALE_PERIODE
public static final CategorieQuestion FIN_SESSION
public static final CategorieQuestion UNITE
public static final CategorieQuestion FORMATEUR
public static CategorieQuestion[] values()
for (CategorieQuestion c : CategorieQuestion.values()) System.out.println(c);
public static CategorieQuestion 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 null@Deprecated public final Double value()
public String getLibelle()
getLibelle
in interface Localisable
public static final CategorieQuestion findValue(Double identCateg)
public Double getIdent()
getIdent
in interface IdentIdentifiable
public boolean equalsIdent(Double ident)
Copyright © 2016. All rights reserved.