public static enum DiffController.DiffPane extends Enum<DiffController.DiffPane>
Modifier and Type | Method and Description |
---|---|
static DiffController.DiffPane |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DiffController.DiffPane[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DiffController.DiffPane Base
public static final DiffController.DiffPane Modified
public static DiffController.DiffPane[] values()
for (DiffController.DiffPane c : DiffController.DiffPane.values()) System.out.println(c);
public static DiffController.DiffPane 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 null