public static enum RestxSpecTestServer.RunningServer.Rules.InvalidTest extends Enum<RestxSpecTestServer.RunningServer.Rules.InvalidTest>
| Enum Constant and Description |
|---|
DESCRIPTION |
TEST |
| Modifier and Type | Method and Description |
|---|---|
static RestxSpecTestServer.RunningServer.Rules.InvalidTest |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RestxSpecTestServer.RunningServer.Rules.InvalidTest[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RestxSpecTestServer.RunningServer.Rules.InvalidTest TEST
public static final RestxSpecTestServer.RunningServer.Rules.InvalidTest DESCRIPTION
public static RestxSpecTestServer.RunningServer.Rules.InvalidTest[] values()
for (RestxSpecTestServer.RunningServer.Rules.InvalidTest c : RestxSpecTestServer.RunningServer.Rules.InvalidTest.values()) System.out.println(c);
public static RestxSpecTestServer.RunningServer.Rules.InvalidTest 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 © 2017. All Rights Reserved.