public class WorkflowEvaluationStatus extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
_CANCELLED |
static String |
_NOT_TRIGGERED |
static String |
_PENDING |
static String |
_TRIGGERED |
static String |
_UNKNOWN |
static WorkflowEvaluationStatus |
CANCELLED |
static WorkflowEvaluationStatus |
NOT_TRIGGERED |
static WorkflowEvaluationStatus |
PENDING |
static WorkflowEvaluationStatus |
TRIGGERED |
static WorkflowEvaluationStatus |
UNKNOWN |
| Modifier | Constructor and Description |
|---|---|
protected |
WorkflowEvaluationStatus(String value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static WorkflowEvaluationStatus |
fromString(String value) |
static WorkflowEvaluationStatus |
fromValue(String value) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType) |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType) |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
String |
getValue() |
int |
hashCode() |
Object |
readResolve() |
String |
toString() |
public static final String _PENDING
public static final String _TRIGGERED
public static final String _NOT_TRIGGERED
public static final String _CANCELLED
public static final String _UNKNOWN
public static final WorkflowEvaluationStatus PENDING
public static final WorkflowEvaluationStatus TRIGGERED
public static final WorkflowEvaluationStatus NOT_TRIGGERED
public static final WorkflowEvaluationStatus CANCELLED
public static final WorkflowEvaluationStatus UNKNOWN
protected WorkflowEvaluationStatus(String value)
public String getValue()
public static WorkflowEvaluationStatus fromValue(String value) throws IllegalArgumentException
IllegalArgumentExceptionpublic static WorkflowEvaluationStatus fromString(String value) throws IllegalArgumentException
IllegalArgumentExceptionpublic Object readResolve() throws ObjectStreamException
ObjectStreamExceptionpublic static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
public static org.apache.axis.description.TypeDesc getTypeDesc()
Copyright © 2018. All Rights Reserved.