Serializable, Comparable<TextLoadOptions.TrailingSpacesEnum>public static enum TextLoadOptions.TrailingSpacesEnum extends Enum<TextLoadOptions.TrailingSpacesEnum>
| Modifier and Type | Class | Description |
|---|---|---|
static class |
TextLoadOptions.TrailingSpacesEnum.Adapter |
| Modifier and Type | Method | Description |
|---|---|---|
static TextLoadOptions.TrailingSpacesEnum |
fromValue(String text) |
|
String |
getValue() |
|
String |
toString() |
|
static TextLoadOptions.TrailingSpacesEnum |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static TextLoadOptions.TrailingSpacesEnum[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TextLoadOptions.TrailingSpacesEnum TRIM
public static final TextLoadOptions.TrailingSpacesEnum PRESERVE
public static TextLoadOptions.TrailingSpacesEnum[] values()
for (TextLoadOptions.TrailingSpacesEnum c : TextLoadOptions.TrailingSpacesEnum.values()) System.out.println(c);
public static TextLoadOptions.TrailingSpacesEnum 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 getValue()
public String toString()
toString in class Enum<TextLoadOptions.TrailingSpacesEnum>public static TextLoadOptions.TrailingSpacesEnum fromValue(String text)
Copyright © 2025. All rights reserved.