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