public static enum TestExecutor.ThrottleType extends Enum<TestExecutor.ThrottleType>
| Modifier and Type | Method and Description |
|---|---|
static TestExecutor.ThrottleType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestExecutor.ThrottleType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TestExecutor.ThrottleType CHARS
public static final TestExecutor.ThrottleType BYTES
public static TestExecutor.ThrottleType[] values()
for (TestExecutor.ThrottleType c : TestExecutor.ThrottleType.values()) System.out.println(c);
public static TestExecutor.ThrottleType 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 The THYMELEAF team. All rights reserved.