public enum CollaborateurTypesCriteres extends Enum<CollaborateurTypesCriteres> implements CodeIdentifiable, Localisable, ILIbelleProvider
Enum Constant and Description |
---|
ACTION |
ACTIVITE |
AFFAIRE |
CLIENT_AFFAIRE |
COLLABORATEUR |
DEPARTEMENT |
ETABLISSEMENT_AFFAIRE |
FAMILLE_AFFAIRE |
SS_FAMILLE_AFFAIRE |
Modifier and Type | Method and Description |
---|---|
String |
getCode() |
String |
getLibelle() |
String |
libelle() |
static CollaborateurTypesCriteres |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CollaborateurTypesCriteres[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CollaborateurTypesCriteres ETABLISSEMENT_AFFAIRE
public static final CollaborateurTypesCriteres FAMILLE_AFFAIRE
public static final CollaborateurTypesCriteres SS_FAMILLE_AFFAIRE
public static final CollaborateurTypesCriteres DEPARTEMENT
public static final CollaborateurTypesCriteres ACTIVITE
public static final CollaborateurTypesCriteres CLIENT_AFFAIRE
public static final CollaborateurTypesCriteres ACTION
public static final CollaborateurTypesCriteres COLLABORATEUR
public static final CollaborateurTypesCriteres AFFAIRE
public static CollaborateurTypesCriteres[] values()
for (CollaborateurTypesCriteres c : CollaborateurTypesCriteres.values()) System.out.println(c);
public static CollaborateurTypesCriteres 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 String getCode()
getCode
in interface CodeIdentifiable
public String getLibelle()
getLibelle
in interface Localisable
public String libelle()
libelle
in interface ILIbelleProvider
Copyright © 2016. All rights reserved.