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