public static enum GrepAction.ColorOption extends java.lang.Enum<GrepAction.ColorOption>
| Modifier and Type | Method and Description |
|---|---|
static GrepAction.ColorOption |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GrepAction.ColorOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GrepAction.ColorOption never
public static final GrepAction.ColorOption always
public static final GrepAction.ColorOption auto
public static GrepAction.ColorOption[] values()
for (GrepAction.ColorOption c : GrepAction.ColorOption.values()) System.out.println(c);
public static GrepAction.ColorOption 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 nullCopyright © 2012 OW2 Consortium. All Rights Reserved.