public static enum WaitForConditions.CountTypeEnum extends Enum<WaitForConditions.CountTypeEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
WaitForConditions.CountTypeEnum.Adapter |
| Modifier and Type | Method and Description |
|---|---|
static WaitForConditions.CountTypeEnum |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static WaitForConditions.CountTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WaitForConditions.CountTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WaitForConditions.CountTypeEnum EXACTLY
public static final WaitForConditions.CountTypeEnum ATLEAST
public static WaitForConditions.CountTypeEnum[] values()
for (WaitForConditions.CountTypeEnum c : WaitForConditions.CountTypeEnum.values()) System.out.println(c);
public static WaitForConditions.CountTypeEnum 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 nullpublic String getValue()
public String toString()
toString in class Enum<WaitForConditions.CountTypeEnum>public static WaitForConditions.CountTypeEnum fromValue(String value)
Copyright © 2023. All rights reserved.