public enum TypeLienPiece extends Enum<TypeLienPiece> implements CodeIdentifiable
Enum Constant and Description |
---|
CONTACTOPPORTUNITE |
EVENEMENT |
FICHE_MAINTENANCE |
LCA |
LIEN_PROD_COLLAB |
LSV |
PARC |
QUESTIONNAIRE |
STOCK |
Modifier and Type | Method and Description |
---|---|
String |
getCode() |
String |
value()
Deprecated.
|
static TypeLienPiece |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeLienPiece[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypeLienPiece CONTACTOPPORTUNITE
public static final TypeLienPiece LCA
public static final TypeLienPiece EVENEMENT
public static final TypeLienPiece FICHE_MAINTENANCE
public static final TypeLienPiece LIEN_PROD_COLLAB
public static final TypeLienPiece STOCK
public static final TypeLienPiece PARC
public static final TypeLienPiece QUESTIONNAIRE
public static final TypeLienPiece LSV
public static TypeLienPiece[] values()
for (TypeLienPiece c : TypeLienPiece.values()) System.out.println(c);
public static TypeLienPiece 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 null@Deprecated public final String value()
public String getCode()
getCode
in interface CodeIdentifiable
Copyright © 2016. All rights reserved.