public class ExportFormat extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
_CSV_DUMP |
static String |
_TSV |
static String |
_TSV_EXCEL |
static String |
_XLSX |
static String |
_XML |
static ExportFormat |
CSV_DUMP |
static ExportFormat |
TSV |
static ExportFormat |
TSV_EXCEL |
static ExportFormat |
XLSX |
static ExportFormat |
XML |
| Modifier | Constructor and Description |
|---|---|
protected |
ExportFormat(String value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static ExportFormat |
fromString(String value) |
static ExportFormat |
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 _TSV
public static final String _TSV_EXCEL
public static final String _CSV_DUMP
public static final String _XML
public static final String _XLSX
public static final ExportFormat TSV
public static final ExportFormat TSV_EXCEL
public static final ExportFormat CSV_DUMP
public static final ExportFormat XML
public static final ExportFormat XLSX
protected ExportFormat(String value)
public String getValue()
public static ExportFormat fromValue(String value) throws IllegalArgumentException
IllegalArgumentExceptionpublic static ExportFormat 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 © 2019. All rights reserved.