public class WorkflowRequestType extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
_UNKNOWN |
static String |
_WORKFLOW_APPROVAL_REQUEST |
static String |
_WORKFLOW_EXTERNAL_CONDITION_REQUEST |
static WorkflowRequestType |
UNKNOWN |
static WorkflowRequestType |
WORKFLOW_APPROVAL_REQUEST |
static WorkflowRequestType |
WORKFLOW_EXTERNAL_CONDITION_REQUEST |
| Modifier | Constructor and Description |
|---|---|
protected |
WorkflowRequestType(String value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static WorkflowRequestType |
fromString(String value) |
static WorkflowRequestType |
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 _WORKFLOW_APPROVAL_REQUEST
public static final String _WORKFLOW_EXTERNAL_CONDITION_REQUEST
public static final String _UNKNOWN
public static final WorkflowRequestType WORKFLOW_APPROVAL_REQUEST
public static final WorkflowRequestType WORKFLOW_EXTERNAL_CONDITION_REQUEST
public static final WorkflowRequestType UNKNOWN
protected WorkflowRequestType(String value)
public String getValue()
public static WorkflowRequestType fromValue(String value) throws IllegalArgumentException
IllegalArgumentExceptionpublic static WorkflowRequestType 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 © 2014. All Rights Reserved.