public enum ExtractionFileFormatType extends Enum<ExtractionFileFormatType>
Java class for ExtractionFileFormatType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ExtractionFileFormatType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="text"/>
<enumeration value="xml"/>
<enumeration value="json"/>
<enumeration value="zip"/>
</restriction>
</simpleType>
| Modifier and Type | Method and Description |
|---|---|
static ExtractionFileFormatType |
fromValue(String v) |
String |
value() |
static ExtractionFileFormatType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExtractionFileFormatType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExtractionFileFormatType TEXT
public static final ExtractionFileFormatType XML
public static final ExtractionFileFormatType JSON
public static final ExtractionFileFormatType ZIP
public static ExtractionFileFormatType[] values()
for (ExtractionFileFormatType c : ExtractionFileFormatType.values()) System.out.println(c);
public static ExtractionFileFormatType 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 ExtractionFileFormatType fromValue(String v)
Copyright © 2017–2023 SoftVision Development GmbH, Fulda, Germany. All rights reserved.