static enum UIMessages.PropertyKeys extends java.lang.Enum<UIMessages.PropertyKeys>
Enum Constant and Description |
---|
forValue |
globalOnly |
redisplay |
showDetail |
showSummary |
Modifier and Type | Field and Description |
---|---|
(package private) java.lang.String |
toString |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
static UIMessages.PropertyKeys |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UIMessages.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UIMessages.PropertyKeys forValue
public static final UIMessages.PropertyKeys globalOnly
public static final UIMessages.PropertyKeys showDetail
public static final UIMessages.PropertyKeys showSummary
public static final UIMessages.PropertyKeys redisplay
public static UIMessages.PropertyKeys[] values()
for (UIMessages.PropertyKeys c : UIMessages.PropertyKeys.values()) System.out.println(c);
public static UIMessages.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<UIMessages.PropertyKeys>