public static enum WorkdayConfiguration.Entity extends Enum<WorkdayConfiguration.Entity>
| Enum Constant and Description |
|---|
report |
| Modifier and Type | Method and Description |
|---|---|
static WorkdayConfiguration.Entity |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkdayConfiguration.Entity[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WorkdayConfiguration.Entity report
public static WorkdayConfiguration.Entity[] values()
for (WorkdayConfiguration.Entity c : WorkdayConfiguration.Entity.values()) System.out.println(c);
public static WorkdayConfiguration.Entity 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 nullApache Camel