public static enum GateKeeperConfiguration.Mode extends Enum<GateKeeperConfiguration.Mode>
| Modifier and Type | Method and Description |
|---|---|
static GateKeeperConfiguration.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GateKeeperConfiguration.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GateKeeperConfiguration.Mode DISABLED
public static final GateKeeperConfiguration.Mode FLEXIBLE
public static final GateKeeperConfiguration.Mode STRICT
public static GateKeeperConfiguration.Mode[] values()
for (GateKeeperConfiguration.Mode c : GateKeeperConfiguration.Mode.values()) System.out.println(c);
public static GateKeeperConfiguration.Mode 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 © 2014–2022 MuleSoft, Inc.. All rights reserved.