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