public static enum InternalFlags.ColorizeOption extends java.lang.Enum<InternalFlags.ColorizeOption>
| Modifier and Type | Method and Description |
|---|---|
(package private) abstract boolean |
enabled() |
static InternalFlags.ColorizeOption |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InternalFlags.ColorizeOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InternalFlags.ColorizeOption AUTO
public static final InternalFlags.ColorizeOption ON
public static final InternalFlags.ColorizeOption OFF
public static InternalFlags.ColorizeOption[] values()
for (InternalFlags.ColorizeOption c : InternalFlags.ColorizeOption.values()) System.out.println(c);
public static InternalFlags.ColorizeOption 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 nullabstract boolean enabled()