public static enum LoadTextUtil.AutoDetectionReason extends java.lang.Enum<LoadTextUtil.AutoDetectionReason>
Enum Constant and Description |
---|
FROM_BOM |
FROM_BYTES |
Modifier and Type | Method and Description |
---|---|
static LoadTextUtil.AutoDetectionReason |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LoadTextUtil.AutoDetectionReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LoadTextUtil.AutoDetectionReason FROM_BOM
public static final LoadTextUtil.AutoDetectionReason FROM_BYTES
public static LoadTextUtil.AutoDetectionReason[] values()
for (LoadTextUtil.AutoDetectionReason c : LoadTextUtil.AutoDetectionReason.values()) System.out.println(c);
public static LoadTextUtil.AutoDetectionReason 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 null