public enum UserPreferences extends Enum<UserPreferences>
| Enum Constant and Description | 
|---|
| DATE_IMPUTATION | 
| DATE_OPERATION | 
| DATE_TRAVAIL | 
| DEMMAT | 
| LANGUE | 
| LST_CODE_ETABL | 
| LST_ETABL | 
| LST_GPE_TRAVAIL | 
| LST_RESP_AFF | 
| LST_RESP_CLI | 
| NUMERO_PIECE | 
| TYPE_DATE_IMPUTATION | 
| TYPE_DATE_OPERATION | 
| TYPE_NUMERO_PIECE | 
| USERS_SECONDAIRES | 
| Modifier and Type | Method and Description | 
|---|---|
| static UserPreferences | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static UserPreferences[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final UserPreferences DATE_TRAVAIL
public static final UserPreferences TYPE_DATE_OPERATION
public static final UserPreferences TYPE_DATE_IMPUTATION
public static final UserPreferences DATE_OPERATION
public static final UserPreferences DATE_IMPUTATION
public static final UserPreferences TYPE_NUMERO_PIECE
public static final UserPreferences NUMERO_PIECE
public static final UserPreferences DEMMAT
public static final UserPreferences LANGUE
public static final UserPreferences LST_ETABL
public static final UserPreferences LST_CODE_ETABL
public static final UserPreferences LST_RESP_AFF
public static final UserPreferences LST_RESP_CLI
public static final UserPreferences LST_GPE_TRAVAIL
public static final UserPreferences USERS_SECONDAIRES
public static UserPreferences[] values()
for (UserPreferences c : UserPreferences.values()) System.out.println(c);
public static UserPreferences 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 nullCopyright © 2016. All rights reserved.