public enum BatchEngineTaskContentType extends java.lang.Enum<BatchEngineTaskContentType>
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFileExtension() |
static BatchEngineTaskContentType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BatchEngineTaskContentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BatchEngineTaskContentType CSV
public static final BatchEngineTaskContentType JSON
public static final BatchEngineTaskContentType JSONL
public static final BatchEngineTaskContentType JSONT
public static final BatchEngineTaskContentType XLS
public static final BatchEngineTaskContentType XLSX
public static BatchEngineTaskContentType[] values()
for (BatchEngineTaskContentType c : BatchEngineTaskContentType.values()) System.out.println(c);
public static BatchEngineTaskContentType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getFileExtension()