public enum BatchRecurrence extends Enum<BatchRecurrence>
| Enum Constant and Description |
|---|
ANNEE |
JAMAIS |
MOIS |
ONESHOT |
SEMAINE |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
String |
getLibelle() |
static BatchRecurrence |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BatchRecurrence |
valueOfCode(String code) |
static BatchRecurrence[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BatchRecurrence JAMAIS
public static final BatchRecurrence ONESHOT
public static final BatchRecurrence SEMAINE
public static final BatchRecurrence MOIS
public static final BatchRecurrence ANNEE
public static BatchRecurrence[] values()
for (BatchRecurrence c : BatchRecurrence.values()) System.out.println(c);
public static BatchRecurrence 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 getCode()
public final String getLibelle()
public static final BatchRecurrence valueOfCode(String code)
Copyright © 2016. All rights reserved.