protected static enum UIJQuery.Properties extends Enum<UIJQuery.Properties>
Enum Constant and Description |
---|
attachType |
event |
name |
query |
selector |
timing |
Modifier and Type | Method and Description |
---|---|
static UIJQuery.Properties |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UIJQuery.Properties[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UIJQuery.Properties attachType
public static final UIJQuery.Properties event
public static final UIJQuery.Properties name
public static final UIJQuery.Properties query
public static final UIJQuery.Properties selector
public static final UIJQuery.Properties timing
public static UIJQuery.Properties[] values()
for (UIJQuery.Properties c : UIJQuery.Properties.values()) System.out.println(c);
public static UIJQuery.Properties 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 © 2015 JBoss by Red Hat. All Rights Reserved.