public enum TypePieceApprouvable extends Enum<TypePieceApprouvable> implements CodeIdentifiable, Localisable
Enum Constant and Description |
---|
COMMANDE_CLIENT |
COMMANDE_FOURNISSEUR |
COTATION |
DEMANDE_INTERNE |
DEVIS |
Modifier and Type | Method and Description |
---|---|
String |
getCode() |
String |
getLibelle() |
String |
getLibelleActionTbi(Object... params) |
TypePiece |
getTypePiece() |
static TypePieceApprouvable |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypePieceApprouvable[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypePieceApprouvable DEVIS
public static final TypePieceApprouvable COMMANDE_CLIENT
public static final TypePieceApprouvable COTATION
public static final TypePieceApprouvable COMMANDE_FOURNISSEUR
public static final TypePieceApprouvable DEMANDE_INTERNE
public static TypePieceApprouvable[] values()
for (TypePieceApprouvable c : TypePieceApprouvable.values()) System.out.println(c);
public static TypePieceApprouvable 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 TypePiece getTypePiece()
public String getCode()
getCode
in interface CodeIdentifiable
public String getLibelle()
getLibelle
in interface Localisable
Copyright © 2016. All rights reserved.