public static enum ImportedFurnitureWizardController.Property extends java.lang.Enum<ImportedFurnitureWizardController.Property>
Enum Constant and Description |
---|
BACK_FACE_SHOWN |
CATEGORY |
COLOR |
CREATOR |
DEPTH |
DOOR_OR_WINDOW |
EDGE_COLOR_MATERIAL_HIDDEN |
ELEVATION |
HEIGHT |
ICON_PITCH |
ICON_SCALE |
ICON_YAW |
MODEL |
MODEL_ROTATION |
MODEL_SIZE |
MOVABLE |
NAME |
PROPORTIONAL |
STAIRCASE_CUT_OUT_SHAPE |
STEP |
WIDTH |
Modifier and Type | Method and Description |
---|---|
static ImportedFurnitureWizardController.Property |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ImportedFurnitureWizardController.Property[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImportedFurnitureWizardController.Property STEP
public static final ImportedFurnitureWizardController.Property NAME
public static final ImportedFurnitureWizardController.Property CREATOR
public static final ImportedFurnitureWizardController.Property MODEL
public static final ImportedFurnitureWizardController.Property WIDTH
public static final ImportedFurnitureWizardController.Property DEPTH
public static final ImportedFurnitureWizardController.Property HEIGHT
public static final ImportedFurnitureWizardController.Property ELEVATION
public static final ImportedFurnitureWizardController.Property MOVABLE
public static final ImportedFurnitureWizardController.Property DOOR_OR_WINDOW
public static final ImportedFurnitureWizardController.Property COLOR
public static final ImportedFurnitureWizardController.Property CATEGORY
public static final ImportedFurnitureWizardController.Property BACK_FACE_SHOWN
public static final ImportedFurnitureWizardController.Property EDGE_COLOR_MATERIAL_HIDDEN
public static final ImportedFurnitureWizardController.Property MODEL_SIZE
public static final ImportedFurnitureWizardController.Property MODEL_ROTATION
public static final ImportedFurnitureWizardController.Property STAIRCASE_CUT_OUT_SHAPE
public static final ImportedFurnitureWizardController.Property ICON_YAW
public static final ImportedFurnitureWizardController.Property ICON_PITCH
public static final ImportedFurnitureWizardController.Property ICON_SCALE
public static final ImportedFurnitureWizardController.Property PROPORTIONAL
public static ImportedFurnitureWizardController.Property[] values()
for (ImportedFurnitureWizardController.Property c : ImportedFurnitureWizardController.Property.values()) System.out.println(c);
public static ImportedFurnitureWizardController.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