public static enum PlTachesAvecPiecesLiees.TypePieceLiee extends Enum<PlTachesAvecPiecesLiees.TypePieceLiee> implements Localisable
Enum Constant and Description |
---|
ACTIVITE_PAR_DEFAUT |
AFFAIRE_ST |
CHARGES |
COMMANDE |
DEMANDE |
DEVIS |
FACTURE |
INTERVENTION |
LIVRAISON |
MODULES |
PLANNING |
PLANNING_MEMO_LIGNE |
TEMPS |
Modifier and Type | Method and Description |
---|---|
String |
getLibelle() |
static PlTachesAvecPiecesLiees.TypePieceLiee |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlTachesAvecPiecesLiees.TypePieceLiee[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlTachesAvecPiecesLiees.TypePieceLiee DEVIS
public static final PlTachesAvecPiecesLiees.TypePieceLiee CHARGES
public static final PlTachesAvecPiecesLiees.TypePieceLiee COMMANDE
public static final PlTachesAvecPiecesLiees.TypePieceLiee LIVRAISON
public static final PlTachesAvecPiecesLiees.TypePieceLiee FACTURE
public static final PlTachesAvecPiecesLiees.TypePieceLiee AFFAIRE_ST
public static final PlTachesAvecPiecesLiees.TypePieceLiee MODULES
public static final PlTachesAvecPiecesLiees.TypePieceLiee TEMPS
public static final PlTachesAvecPiecesLiees.TypePieceLiee ACTIVITE_PAR_DEFAUT
public static final PlTachesAvecPiecesLiees.TypePieceLiee PLANNING
public static final PlTachesAvecPiecesLiees.TypePieceLiee PLANNING_MEMO_LIGNE
public static final PlTachesAvecPiecesLiees.TypePieceLiee DEMANDE
public static final PlTachesAvecPiecesLiees.TypePieceLiee INTERVENTION
public static PlTachesAvecPiecesLiees.TypePieceLiee[] values()
for (PlTachesAvecPiecesLiees.TypePieceLiee c : PlTachesAvecPiecesLiees.TypePieceLiee.values()) System.out.println(c);
public static PlTachesAvecPiecesLiees.TypePieceLiee 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()
getLibelle
in interface Localisable
Copyright © 2016. All rights reserved.