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