protected static enum UIAjaxLog.Properties extends Enum<UIAjaxLog.Properties>
Enum Constant and Description |
---|
hotkey |
level |
mode |
style |
styleClass |
Modifier and Type | Method and Description |
---|---|
static UIAjaxLog.Properties |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UIAjaxLog.Properties[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UIAjaxLog.Properties hotkey
public static final UIAjaxLog.Properties level
public static final UIAjaxLog.Properties mode
public static final UIAjaxLog.Properties style
public static final UIAjaxLog.Properties styleClass
public static UIAjaxLog.Properties[] values()
for (UIAjaxLog.Properties c : UIAjaxLog.Properties.values()) System.out.println(c);
public static UIAjaxLog.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.