public enum TypeLivraison extends Enum<TypeLivraison> implements CodeLibelleIdentifiable
Enum Constant and Description |
---|
ACHAT |
CO_TRAITANCE |
CONTRAT_MAINTENANCE |
FORMATION |
LIVRAISON |
NOTEDEFRAIS |
REGIE |
SOUS_TRAITANCE |
SOUS_TRAITANCE_GROUPE_RASSEMBLEE |
TEMPS |
TOUS |
Modifier and Type | Method and Description |
---|---|
String |
getCode() |
String |
getLibelle() |
static List<String> |
toutesLivraisons() |
String |
value() |
static TypeLivraison |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeLivraison[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypeLivraison LIVRAISON
public static final TypeLivraison CONTRAT_MAINTENANCE
public static final TypeLivraison ACHAT
public static final TypeLivraison TEMPS
public static final TypeLivraison NOTEDEFRAIS
public static final TypeLivraison FORMATION
public static final TypeLivraison SOUS_TRAITANCE
public static final TypeLivraison CO_TRAITANCE
public static final TypeLivraison SOUS_TRAITANCE_GROUPE_RASSEMBLEE
public static final TypeLivraison REGIE
public static final TypeLivraison TOUS
public static TypeLivraison[] values()
for (TypeLivraison c : TypeLivraison.values()) System.out.println(c);
public static TypeLivraison 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 value()
public String getCode()
getCode
in interface CodeIdentifiable
public String getLibelle()
getLibelle
in interface Localisable
Copyright © 2016. All rights reserved.