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