public static enum ImportedFurnitureWizardController.Property extends java.lang.Enum<ImportedFurnitureWizardController.Property>
Enum Constant and Description |
---|
BACK_FACE_SHOWN |
CATEGORY |
COLOR |
DEPTH |
DOOR_OR_WINDOW |
ELEVATION |
HEIGHT |
ICON_YAW |
MODEL |
MODEL_ROTATION |
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 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 MODEL_ROTATION
public static final ImportedFurnitureWizardController.Property STAIRCASE_CUT_OUT_SHAPE
public static final ImportedFurnitureWizardController.Property ICON_YAW
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
© Copyrights 2006-2014 eTeks - All rights reserved
Distributed under GNU General Public License