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