@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:26:59+02:00", comments="JAXB RI v2.2.11") public enum EnumEndStatus extends Enum<EnumEndStatus>
Java class for EnumEndStatus.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="EnumEndStatus">
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="Aborted"/>
<enumeration value="Completed"/>
<enumeration value="FailedTestRun"/>
<enumeration value="Ready"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
ABORTED |
COMPLETED |
FAILED_TEST_RUN |
READY |
| Modifier and Type | Method and Description |
|---|---|
static EnumEndStatus |
fromValue(String v) |
String |
value() |
static EnumEndStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnumEndStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumEndStatus ABORTED
public static final EnumEndStatus COMPLETED
public static final EnumEndStatus FAILED_TEST_RUN
public static final EnumEndStatus READY
public static EnumEndStatus[] values()
for (EnumEndStatus c : EnumEndStatus.values()) System.out.println(c);
public static EnumEndStatus 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 String value()
public static EnumEndStatus fromValue(String v)
Copyright © 2016. All rights reserved.