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