public enum TypeFournisseurExterne extends Enum<TypeFournisseurExterne> implements IdentIdentifiable, Localisable
| Modifier and Type | Method and Description |
|---|---|
Double |
getIdent() |
String |
getLibelle() |
Double |
value() |
static TypeFournisseurExterne |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeFournisseurExterne[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypeFournisseurExterne EXTERNE
public static final TypeFournisseurExterne INTERNE
public static final TypeFournisseurExterne VIRTUEL
public static TypeFournisseurExterne[] values()
for (TypeFournisseurExterne c : TypeFournisseurExterne.values()) System.out.println(c);
public static TypeFournisseurExterne 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 Double value()
public String getLibelle()
getLibelle in interface Localisablepublic Double getIdent()
getIdent in interface IdentIdentifiableCopyright © 2016. All rights reserved.