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