public class ExportStatus extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
_COMPLETED |
static String |
_ERROR |
static String |
_ONGOING |
static String |
_PENDING |
static ExportStatus |
COMPLETED |
static ExportStatus |
ERROR |
static ExportStatus |
ONGOING |
static ExportStatus |
PENDING |
| Modifier | Constructor and Description |
|---|---|
protected |
ExportStatus(String value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static ExportStatus |
fromString(String value) |
static ExportStatus |
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 _ONGOING
public static final String _COMPLETED
public static final String _ERROR
public static final ExportStatus PENDING
public static final ExportStatus ONGOING
public static final ExportStatus COMPLETED
public static final ExportStatus ERROR
protected ExportStatus(String value)
public String getValue()
public static ExportStatus fromValue(String value) throws IllegalArgumentException
IllegalArgumentExceptionpublic static ExportStatus 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 © 2016. All Rights Reserved.