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