public static enum WekaConfiguration.Command extends Enum<WekaConfiguration.Command>
Enum Constant and Description |
---|
filter |
model |
pop |
push |
read |
version |
write |
Modifier and Type | Method and Description |
---|---|
static WekaConfiguration.Command |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WekaConfiguration.Command[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WekaConfiguration.Command filter
public static final WekaConfiguration.Command model
public static final WekaConfiguration.Command read
public static final WekaConfiguration.Command write
public static final WekaConfiguration.Command push
public static final WekaConfiguration.Command pop
public static final WekaConfiguration.Command version
public static WekaConfiguration.Command[] values()
for (WekaConfiguration.Command c : WekaConfiguration.Command.values()) System.out.println(c);
public static WekaConfiguration.Command 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