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