public static enum XmlSuite.ParallelMode extends java.lang.Enum<XmlSuite.ParallelMode>
Enum Constant and Description |
---|
CLASSES |
FALSE
Deprecated.
|
INSTANCES |
METHODS |
NONE |
TESTS |
TRUE
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static XmlSuite.ParallelMode |
getValidParallel(java.lang.String parallel) |
boolean |
isParallel() |
static XmlSuite.ParallelMode |
skipDeprecatedValues(XmlSuite.ParallelMode parallel) |
java.lang.String |
toString() |
static XmlSuite.ParallelMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static XmlSuite.ParallelMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XmlSuite.ParallelMode TESTS
public static final XmlSuite.ParallelMode METHODS
public static final XmlSuite.ParallelMode CLASSES
public static final XmlSuite.ParallelMode INSTANCES
public static final XmlSuite.ParallelMode NONE
@Deprecated public static final XmlSuite.ParallelMode TRUE
@Deprecated public static final XmlSuite.ParallelMode FALSE
public static XmlSuite.ParallelMode[] values()
for (XmlSuite.ParallelMode c : XmlSuite.ParallelMode.values()) System.out.println(c);
public static XmlSuite.ParallelMode valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static XmlSuite.ParallelMode getValidParallel(java.lang.String parallel)
public static XmlSuite.ParallelMode skipDeprecatedValues(XmlSuite.ParallelMode parallel)
public boolean isParallel()
public java.lang.String toString()
toString
in class java.lang.Enum<XmlSuite.ParallelMode>