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