protected static enum Fluent.TriggerMode extends Enum<Fluent.TriggerMode>
| Modifier and Type | Method and Description |
|---|---|
static Fluent.TriggerMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Fluent.TriggerMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Fluent.TriggerMode ON_FAIL
public static final Fluent.TriggerMode NEVER
public static Fluent.TriggerMode[] values()
for (Fluent.TriggerMode c : Fluent.TriggerMode.values()) System.out.println(c);
public static Fluent.TriggerMode 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 © 2016 FluentLenium. All Rights Reserved.