public enum TypeFiltresAffaires extends Enum<TypeFiltresAffaires>
Enum Constant and Description |
---|
CHEF_PROJET_DIVISION |
DIVISION |
ETABLISSEMENT |
INTERNE_DIVISION |
INTERNE_ETABLISSMENT |
INVESTISSEMENT |
PLANNIFIE_MOIS |
RESPONSABLE |
TRAVAILLE |
Modifier and Type | Method and Description |
---|---|
static TypeFiltresAffaires |
getByValue(int value) |
DMFEnum |
getDmfAssocie() |
String |
getLibelle() |
Double |
value() |
static TypeFiltresAffaires |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeFiltresAffaires[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypeFiltresAffaires PLANNIFIE_MOIS
public static final TypeFiltresAffaires CHEF_PROJET_DIVISION
public static final TypeFiltresAffaires DIVISION
public static final TypeFiltresAffaires INTERNE_DIVISION
public static final TypeFiltresAffaires ETABLISSEMENT
public static final TypeFiltresAffaires RESPONSABLE
public static final TypeFiltresAffaires TRAVAILLE
public static final TypeFiltresAffaires INVESTISSEMENT
public static final TypeFiltresAffaires INTERNE_ETABLISSMENT
public static TypeFiltresAffaires[] values()
for (TypeFiltresAffaires c : TypeFiltresAffaires.values()) System.out.println(c);
public static TypeFiltresAffaires 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 String getLibelle()
public DMFEnum getDmfAssocie()
public static TypeFiltresAffaires getByValue(int value)
Copyright © 2016. All rights reserved.