public static enum MockServerMatcherNotifier.Cause extends Enum<MockServerMatcherNotifier.Cause>
Enum Constant and Description |
---|
API |
FILE_WATCHER |
INITIALISER |
Modifier and Type | Method and Description |
---|---|
static MockServerMatcherNotifier.Cause |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MockServerMatcherNotifier.Cause[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MockServerMatcherNotifier.Cause FILE_WATCHER
public static final MockServerMatcherNotifier.Cause INITIALISER
public static final MockServerMatcherNotifier.Cause API
public static MockServerMatcherNotifier.Cause[] values()
for (MockServerMatcherNotifier.Cause c : MockServerMatcherNotifier.Cause.values()) System.out.println(c);
public static MockServerMatcherNotifier.Cause 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 © 2020. All rights reserved.