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