public enum TypeJournalNum extends Enum<TypeJournalNum>
Modifier and Type | Method and Description |
---|---|
String |
value() |
static TypeJournalNum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeJournalNum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypeJournalNum JOURNAL_NUM_APPRO_FOURNISSEUR
public static final TypeJournalNum JOURNAL_NUM_COMMANDE_CLIENT
public static final TypeJournalNum JOURNAL_NUM_COMMANDE_FOURNISSEUR
public static final TypeJournalNum JOURNAL_NUM_FACTURE_CLIENT
public static final TypeJournalNum JOURNAL_NUM_FACTURE_FOURNISSEUR
public static final TypeJournalNum JOURNAL_NUM_BON_LIVRAISON
public static final TypeJournalNum JOURNAL_NUM_TABFAC_A
public static final TypeJournalNum JOURNAL_NUM_TABFAC_V
public static TypeJournalNum[] values()
for (TypeJournalNum c : TypeJournalNum.values()) System.out.println(c);
public static TypeJournalNum 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()
Copyright © 2016. All rights reserved.