public static enum BaseboardChoiceController.Property extends java.lang.Enum<BaseboardChoiceController.Property>
Enum Constant and Description |
---|
COLOR |
HEIGHT |
MAX_HEIGHT |
PAINT |
THICKNESS |
VISIBLE |
Modifier and Type | Method and Description |
---|---|
static BaseboardChoiceController.Property |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BaseboardChoiceController.Property[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BaseboardChoiceController.Property VISIBLE
public static final BaseboardChoiceController.Property COLOR
public static final BaseboardChoiceController.Property PAINT
public static final BaseboardChoiceController.Property HEIGHT
public static final BaseboardChoiceController.Property MAX_HEIGHT
public static final BaseboardChoiceController.Property THICKNESS
public static BaseboardChoiceController.Property[] values()
for (BaseboardChoiceController.Property c : BaseboardChoiceController.Property.values()) System.out.println(c);
public static BaseboardChoiceController.Property 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 null
© Copyright 2024 Space Mushrooms
Distributed under GNU General Public License