public enum EnteteFiche extends Enum<EnteteFiche> implements CodeLibelleIdentifiable
Enum Constant and Description |
---|
CODE_ACTION |
CODE_AFFAIRE |
CODE_CLIENT |
DUREE |
LIBELLE_ACTION |
LIBELLE_TACHE |
NOM_APPEL_AFFAIRE |
NOM_APPEL_CLIENT |
Modifier and Type | Method and Description |
---|---|
String |
getCode() |
String |
getLibelle() |
static EnteteFiche |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnteteFiche[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnteteFiche CODE_CLIENT
public static final EnteteFiche NOM_APPEL_CLIENT
public static final EnteteFiche CODE_AFFAIRE
public static final EnteteFiche NOM_APPEL_AFFAIRE
public static final EnteteFiche CODE_ACTION
public static final EnteteFiche LIBELLE_ACTION
public static final EnteteFiche LIBELLE_TACHE
public static final EnteteFiche DUREE
public static EnteteFiche[] values()
for (EnteteFiche c : EnteteFiche.values()) System.out.println(c);
public static EnteteFiche 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 String getLibelle()
getLibelle
in interface Localisable
Copyright © 2016. All rights reserved.