public static enum InterestingPoint.DecisionType extends Enum<InterestingPoint.DecisionType>
Enum Constant and Description |
---|
MULTI_CONSUMER |
TEMPLATE_CHANGE |
Modifier and Type | Method and Description |
---|---|
static InterestingPoint.DecisionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InterestingPoint.DecisionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InterestingPoint.DecisionType MULTI_CONSUMER
public static final InterestingPoint.DecisionType TEMPLATE_CHANGE
public static InterestingPoint.DecisionType[] values()
for (InterestingPoint.DecisionType c : InterestingPoint.DecisionType.values()) System.out.println(c);
public static InterestingPoint.DecisionType 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 © 2020 The Apache Software Foundation. All rights reserved.