public enum TypePieceCptExploit extends Enum<TypePieceCptExploit> implements CodeIdentifiable
Enum Constant and Description |
---|
COMMANDE_CLIENT |
COMMANDE_FOURN |
ECRITURE |
FACTURE_CLIENT |
FACTURE_FOURN |
LIVRAISON |
PLANNING |
RECEPTION |
TAB_FAC |
TAB_FAC_A |
TEMPS_PASSES |
Modifier and Type | Method and Description |
---|---|
String |
getCode() |
String |
getLibelle() |
static TypePieceCptExploit |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypePieceCptExploit[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypePieceCptExploit COMMANDE_CLIENT
public static final TypePieceCptExploit LIVRAISON
public static final TypePieceCptExploit TAB_FAC
public static final TypePieceCptExploit FACTURE_CLIENT
public static final TypePieceCptExploit COMMANDE_FOURN
public static final TypePieceCptExploit RECEPTION
public static final TypePieceCptExploit TAB_FAC_A
public static final TypePieceCptExploit FACTURE_FOURN
public static final TypePieceCptExploit ECRITURE
public static final TypePieceCptExploit PLANNING
public static final TypePieceCptExploit TEMPS_PASSES
public static TypePieceCptExploit[] values()
for (TypePieceCptExploit c : TypePieceCptExploit.values()) System.out.println(c);
public static TypePieceCptExploit 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 String getLibelle()
public String getCode()
getCode
in interface CodeIdentifiable
Copyright © 2016. All rights reserved.