public static enum PropertyWaitTestStep.CompareMethod extends Enum<PropertyWaitTestStep.CompareMethod>
Enum Constant and Description |
---|
Contains |
EndsWith |
Equal |
Less |
LessOrEqual |
More |
MoreOrEqual |
NotEqual |
StartsWith |
Modifier and Type | Method and Description |
---|---|
static PropertyWaitTestStep.CompareMethod |
getMethodByName(String methodName) |
String |
toString() |
static PropertyWaitTestStep.CompareMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropertyWaitTestStep.CompareMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PropertyWaitTestStep.CompareMethod Equal
public static final PropertyWaitTestStep.CompareMethod NotEqual
public static final PropertyWaitTestStep.CompareMethod Less
public static final PropertyWaitTestStep.CompareMethod More
public static final PropertyWaitTestStep.CompareMethod LessOrEqual
public static final PropertyWaitTestStep.CompareMethod MoreOrEqual
public static final PropertyWaitTestStep.CompareMethod Contains
public static final PropertyWaitTestStep.CompareMethod StartsWith
public static final PropertyWaitTestStep.CompareMethod EndsWith
public static PropertyWaitTestStep.CompareMethod[] values()
for (PropertyWaitTestStep.CompareMethod c : PropertyWaitTestStep.CompareMethod.values()) System.out.println(c);
public static PropertyWaitTestStep.CompareMethod 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.CompareMethod>
public static PropertyWaitTestStep.CompareMethod getMethodByName(String methodName)
Copyright © 2019. All rights reserved.