protected static enum Ring.PropertyKeys extends Enum<Ring.PropertyKeys>
Enum Constant and Description |
---|
easing |
style |
styleClass |
widgetVar |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static Ring.PropertyKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Ring.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Ring.PropertyKeys widgetVar
public static final Ring.PropertyKeys style
public static final Ring.PropertyKeys styleClass
public static final Ring.PropertyKeys easing
public static Ring.PropertyKeys[] values()
for (Ring.PropertyKeys c : Ring.PropertyKeys.values()) System.out.println(c);
public static Ring.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<Ring.PropertyKeys>
Copyright © 2014. All rights reserved.