protected static enum HtmlCommandScript.PropertyKeys extends java.lang.Enum<HtmlCommandScript.PropertyKeys>
Enum Constant and Description |
---|
autorun |
execute |
name |
onerror |
onevent |
render |
resetValues |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
static HtmlCommandScript.PropertyKeys |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HtmlCommandScript.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HtmlCommandScript.PropertyKeys autorun
public static final HtmlCommandScript.PropertyKeys execute
public static final HtmlCommandScript.PropertyKeys name
public static final HtmlCommandScript.PropertyKeys onerror
public static final HtmlCommandScript.PropertyKeys onevent
public static final HtmlCommandScript.PropertyKeys render
public static final HtmlCommandScript.PropertyKeys resetValues
public static HtmlCommandScript.PropertyKeys[] values()
for (HtmlCommandScript.PropertyKeys c : HtmlCommandScript.PropertyKeys.values()) System.out.println(c);
public static HtmlCommandScript.PropertyKeys 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 nullpublic java.lang.String toString()
toString
in class java.lang.Enum<HtmlCommandScript.PropertyKeys>