public static enum MacroMacroNode.Attribute extends Enum<MacroMacroNode.Attribute>
| Enum Constant and Description |
|---|
ANY_CLICK |
IGNORE_CASE |
NO_OVERRIDE |
| Modifier and Type | Method and Description |
|---|---|
static MacroMacroNode.Attribute |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MacroMacroNode.Attribute[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MacroMacroNode.Attribute IGNORE_CASE
public static final MacroMacroNode.Attribute ANY_CLICK
public static final MacroMacroNode.Attribute NO_OVERRIDE
public static MacroMacroNode.Attribute[] values()
for (MacroMacroNode.Attribute c : MacroMacroNode.Attribute.values()) System.out.println(c);
public static MacroMacroNode.Attribute 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 nullCopyright © 2021 Markus Heberling. All rights reserved.