protected static enum HtmlMessage.PropertyKeys extends java.lang.Enum<HtmlMessage.PropertyKeys>
Enum Constant and Description |
---|
dir |
errorClass |
errorStyle |
fatalClass |
fatalStyle |
infoClass |
infoStyle |
lang |
role |
style |
styleClass |
title |
tooltip |
warnClass |
warnStyle |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
static HtmlMessage.PropertyKeys |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HtmlMessage.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HtmlMessage.PropertyKeys dir
public static final HtmlMessage.PropertyKeys errorClass
public static final HtmlMessage.PropertyKeys errorStyle
public static final HtmlMessage.PropertyKeys fatalClass
public static final HtmlMessage.PropertyKeys fatalStyle
public static final HtmlMessage.PropertyKeys infoClass
public static final HtmlMessage.PropertyKeys infoStyle
public static final HtmlMessage.PropertyKeys lang
public static final HtmlMessage.PropertyKeys role
public static final HtmlMessage.PropertyKeys style
public static final HtmlMessage.PropertyKeys styleClass
public static final HtmlMessage.PropertyKeys title
public static final HtmlMessage.PropertyKeys tooltip
public static final HtmlMessage.PropertyKeys warnClass
public static final HtmlMessage.PropertyKeys warnStyle
public static HtmlMessage.PropertyKeys[] values()
for (HtmlMessage.PropertyKeys c : HtmlMessage.PropertyKeys.values()) System.out.println(c);
public static HtmlMessage.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<HtmlMessage.PropertyKeys>
Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms