Serializable
, Comparable<Messages.PropertyKeys>
public static enum Messages.PropertyKeys extends Enum<Messages.PropertyKeys>
Enum Constant | Description |
---|---|
autoUpdate |
|
closable |
|
escape |
|
forType |
|
severity |
|
showIcon |
|
style |
|
styleClass |
Modifier and Type | Method | Description |
---|---|---|
String |
toString() |
|
static Messages.PropertyKeys |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Messages.PropertyKeys[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Messages.PropertyKeys autoUpdate
public static final Messages.PropertyKeys escape
public static final Messages.PropertyKeys severity
public static final Messages.PropertyKeys closable
public static final Messages.PropertyKeys style
public static final Messages.PropertyKeys styleClass
public static final Messages.PropertyKeys showIcon
public static final Messages.PropertyKeys forType
public static Messages.PropertyKeys[] values()
for (Messages.PropertyKeys c : Messages.PropertyKeys.values()) System.out.println(c);
public static Messages.PropertyKeys 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 nullpublic String toString()
toString
in class Enum<Messages.PropertyKeys>
Copyright © 2018. All rights reserved.