public enum TypeProspectFournisseur extends Enum<TypeProspectFournisseur> implements IdentIdentifiable
Enum Constant and Description |
---|
FOURNISSEUR |
PROSPECT |
Modifier and Type | Method and Description |
---|---|
static TypeProspectFournisseur |
getByValue(Double value) |
Double |
getIdent() |
Double |
value() |
static TypeProspectFournisseur |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeProspectFournisseur[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypeProspectFournisseur FOURNISSEUR
public static final TypeProspectFournisseur PROSPECT
public static TypeProspectFournisseur[] values()
for (TypeProspectFournisseur c : TypeProspectFournisseur.values()) System.out.println(c);
public static TypeProspectFournisseur 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 TypeProspectFournisseur getByValue(Double value)
EnumUtil.fromIdent(Class, Double)
public final Double value()
public Double getIdent()
getIdent
in interface IdentIdentifiable
Copyright © 2016. All rights reserved.