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