public enum WaitContainerCondition extends Enum<WaitContainerCondition>
RemoteApiVersion#VERSION_1_30| Enum Constant and Description |
|---|
NEXT_EXIT |
NOT_RUNNING |
REMOVED |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
static WaitContainerCondition |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WaitContainerCondition[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WaitContainerCondition NOT_RUNNING
public static final WaitContainerCondition NEXT_EXIT
public static final WaitContainerCondition REMOVED
public static WaitContainerCondition[] values()
for (WaitContainerCondition c : WaitContainerCondition.values()) System.out.println(c);
public static WaitContainerCondition 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 © 2025. All rights reserved.