public enum StepKind extends Enum<StepKind>
| Enum Constant and Description |
|---|
aggregate |
choice |
connector |
endpoint |
expressionFilter |
extension |
headers |
log |
mapper |
ruleFilter |
split |
template |
| Modifier and Type | Method and Description |
|---|---|
static StepKind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StepKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StepKind endpoint
public static final StepKind connector
public static final StepKind expressionFilter
public static final StepKind ruleFilter
public static final StepKind extension
public static final StepKind mapper
public static final StepKind choice
public static final StepKind split
public static final StepKind aggregate
public static final StepKind log
public static final StepKind headers
public static final StepKind template
public static StepKind[] values()
for (StepKind c : StepKind.values()) System.out.println(c);
public static StepKind 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–2019 Red Hat. All rights reserved.