public enum TypePieceRattachement extends Enum<TypePieceRattachement> implements CodeIdentifiable
Enum Constant and Description |
---|
AVOIR |
COMMANDE_FOURNISSEUR |
COTATION |
ECRITURE_OD |
FACFOU |
FACTURE |
LIVRAISON |
RECEPTION |
TABFAC |
TACHE |
TEMPS_PASSES |
Modifier and Type | Method and Description |
---|---|
boolean |
equalsCode(String code) |
String |
getCode() |
static TypePieceRattachement |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypePieceRattachement[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypePieceRattachement TABFAC
public static final TypePieceRattachement FACFOU
public static final TypePieceRattachement FACTURE
public static final TypePieceRattachement AVOIR
public static final TypePieceRattachement RECEPTION
public static final TypePieceRattachement LIVRAISON
public static final TypePieceRattachement COTATION
public static final TypePieceRattachement COMMANDE_FOURNISSEUR
public static final TypePieceRattachement TACHE
public static final TypePieceRattachement ECRITURE_OD
public static final TypePieceRattachement TEMPS_PASSES
public static TypePieceRattachement[] values()
for (TypePieceRattachement c : TypePieceRattachement.values()) System.out.println(c);
public static TypePieceRattachement 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 getCode()
getCode
in interface CodeIdentifiable
public boolean equalsCode(String code)
Copyright © 2016. All rights reserved.