public static enum PropertyWaitTestStep.TimeoutMeasure extends Enum<PropertyWaitTestStep.TimeoutMeasure>
| Enum Constant and Description |
|---|
Milliseconds |
Seconds |
| Modifier and Type | Method and Description |
|---|---|
static PropertyWaitTestStep.TimeoutMeasure |
getMeasureByName(String measureName) |
String |
toString() |
static PropertyWaitTestStep.TimeoutMeasure |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropertyWaitTestStep.TimeoutMeasure[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PropertyWaitTestStep.TimeoutMeasure Seconds
public static final PropertyWaitTestStep.TimeoutMeasure Milliseconds
public static PropertyWaitTestStep.TimeoutMeasure[] values()
for (PropertyWaitTestStep.TimeoutMeasure c : PropertyWaitTestStep.TimeoutMeasure.values()) System.out.println(c);
public static PropertyWaitTestStep.TimeoutMeasure 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 toString()
toString in class Enum<PropertyWaitTestStep.TimeoutMeasure>public static PropertyWaitTestStep.TimeoutMeasure getMeasureByName(String measureName)
Copyright © 2019. All rights reserved.