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