protected static enum NotificationPanelBase.PropertyKeys extends java.lang.Enum<NotificationPanelBase.PropertyKeys>
| Enum Constant and Description |
|---|
effect |
effectSpeed |
position |
style |
styleClass |
visible |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static NotificationPanelBase.PropertyKeys |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NotificationPanelBase.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NotificationPanelBase.PropertyKeys effect
public static final NotificationPanelBase.PropertyKeys effectSpeed
public static final NotificationPanelBase.PropertyKeys position
public static final NotificationPanelBase.PropertyKeys style
public static final NotificationPanelBase.PropertyKeys styleClass
public static final NotificationPanelBase.PropertyKeys visible
public static NotificationPanelBase.PropertyKeys[] values()
for (NotificationPanelBase.PropertyKeys c : NotificationPanelBase.PropertyKeys.values()) System.out.println(c);
public static NotificationPanelBase.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<NotificationPanelBase.PropertyKeys>Copyright 2017 ICEsoft Technologies Canada Corp., All Rights Reserved.