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