public static enum XmlSuite.ParallelMode extends 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(String parallel) |
boolean |
isParallel() |
static XmlSuite.ParallelMode |
skipDeprecatedValues(XmlSuite.ParallelMode parallel) |
String |
toString() |
static XmlSuite.ParallelMode |
valueOf(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(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 nullpublic static XmlSuite.ParallelMode getValidParallel(String parallel)
public static XmlSuite.ParallelMode skipDeprecatedValues(XmlSuite.ParallelMode parallel)
public boolean isParallel()
public String toString()
toString
in class Enum<XmlSuite.ParallelMode>
Copyright © 2018. All rights reserved.