public enum TypeCloisonnementEtablissement extends Enum<TypeCloisonnementEtablissement> implements IdentIdentifiable, Localisable
Enum Constant and Description |
---|
AFFICHAGE_ETAB_COURANT |
CLOISONNEMENT_PAR_ETAB |
PAS_PREAFFICHAGE_ETAB |
PREAFFICHAGE_ETAB_UTI |
Modifier and Type | Method and Description |
---|---|
boolean |
equalsIdent(Double ident) |
Double |
getIdent() |
String |
getLibelle() |
static boolean |
isCloisonementParEtablissement(TPUtilisateur util)
Indique si l'utilisateur est cloisoné par établissement
|
static TypeCloisonnementEtablissement |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeCloisonnementEtablissement[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypeCloisonnementEtablissement AFFICHAGE_ETAB_COURANT
public static final TypeCloisonnementEtablissement PREAFFICHAGE_ETAB_UTI
public static final TypeCloisonnementEtablissement CLOISONNEMENT_PAR_ETAB
public static final TypeCloisonnementEtablissement PAS_PREAFFICHAGE_ETAB
public static TypeCloisonnementEtablissement[] values()
for (TypeCloisonnementEtablissement c : TypeCloisonnementEtablissement.values()) System.out.println(c);
public static TypeCloisonnementEtablissement 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 static boolean isCloisonementParEtablissement(TPUtilisateur util)
public Double getIdent()
getIdent
in interface IdentIdentifiable
public boolean equalsIdent(Double ident)
public String getLibelle()
getLibelle
in interface Localisable
Copyright © 2016. All rights reserved.