public enum TableI18N extends Enum<TableI18N> implements CodeLibelleIdentifiable
Enum Constant and Description |
---|
CDI |
CDIF |
DEP |
DEV |
DMF |
ETCO |
FAM |
FCMT |
GACT |
GDL |
GMPB |
GMPG |
GMPN |
GSG |
GSTP |
ISO |
MDV |
MOLN |
PAY |
PRD |
PRFU |
QUESTCOMPL |
QUESTION |
SFAM |
TAPP |
TCA |
TCH |
TMAB |
TNDP |
TNIV |
TPIR |
TPL |
TRLIB |
TSTD |
TSTN |
TSTP |
TSVR |
Modifier and Type | Method and Description |
---|---|
String |
getCode() |
String |
getLibelle() |
String |
value() |
static TableI18N |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TableI18N[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TableI18N TCH
public static final TableI18N GACT
public static final TableI18N GDL
public static final TableI18N GSG
public static final TableI18N GMPG
public static final TableI18N GSTP
public static final TableI18N GMPN
public static final TableI18N GMPB
public static final TableI18N TAPP
public static final TableI18N DEV
public static final TableI18N DMF
public static final TableI18N FAM
public static final TableI18N ISO
public static final TableI18N MDV
public static final TableI18N TRLIB
public static final TableI18N TPIR
public static final TableI18N TPL
public static final TableI18N TSTN
public static final TableI18N TSTD
public static final TableI18N PAY
public static final TableI18N PRFU
public static final TableI18N TCA
public static final TableI18N TSVR
public static final TableI18N SFAM
public static final TableI18N QUESTCOMPL
public static final TableI18N QUESTION
public static final TableI18N PRD
public static final TableI18N TMAB
public static final TableI18N DEP
public static final TableI18N CDI
public static final TableI18N CDIF
public static final TableI18N MOLN
public static final TableI18N TNDP
public static final TableI18N TSTP
public static final TableI18N TNIV
public static final TableI18N FCMT
public static final TableI18N ETCO
public static TableI18N[] values()
for (TableI18N c : TableI18N.values()) System.out.println(c);
public static TableI18N 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 final String value()
public String getCode()
getCode
in interface CodeIdentifiable
public String getLibelle()
getLibelle
in interface Localisable
Copyright © 2016. All rights reserved.