java.io.Serializable, java.lang.Comparable<AutoInvoke.AutoInvokeCommand>protected static enum AutoInvoke.AutoInvokeCommand extends java.lang.Enum<AutoInvoke.AutoInvokeCommand>
| Modifier and Type | Method | Description | 
|---|---|---|
| static AutoInvoke.AutoInvokeCommand | valueOf(java.lang.String name) | Returns the enum constant of this type with the specified name. | 
| static AutoInvoke.AutoInvokeCommand[] | values() | Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final AutoInvoke.AutoInvokeCommand TOGGLE
public static final AutoInvoke.AutoInvokeCommand INVOKE
public static final AutoInvoke.AutoInvokeCommand UNINVOKE
public static AutoInvoke.AutoInvokeCommand[] values()
for (AutoInvoke.AutoInvokeCommand c : AutoInvoke.AutoInvokeCommand.values()) System.out.println(c);
public static AutoInvoke.AutoInvokeCommand 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 null