public enum StepType extends Enum<StepType>
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isAstrix(String stepType) |
boolean |
isGivenWhenThen() |
static StepType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StepType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StepType GIVEN
public static final StepType WHEN
public static final StepType THEN
public static final StepType AND
public static final StepType BUT
public static final StepType OTHER
public static StepType[] values()
for (StepType c : StepType.values()) System.out.println(c);
public static StepType 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 boolean isGivenWhenThen()
public static boolean isAstrix(String stepType)
Copyright © 2020. All rights reserved.