public static enum ImportedFurnitureWizardController.Step extends java.lang.Enum<ImportedFurnitureWizardController.Step>
Enum Constant and Description |
---|
ATTRIBUTES |
ICON |
MODEL |
ROTATION |
Modifier and Type | Method and Description |
---|---|
static ImportedFurnitureWizardController.Step |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ImportedFurnitureWizardController.Step[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImportedFurnitureWizardController.Step MODEL
public static final ImportedFurnitureWizardController.Step ROTATION
public static final ImportedFurnitureWizardController.Step ATTRIBUTES
public static final ImportedFurnitureWizardController.Step ICON
public static ImportedFurnitureWizardController.Step[] values()
for (ImportedFurnitureWizardController.Step c : ImportedFurnitureWizardController.Step.values()) System.out.println(c);
public static ImportedFurnitureWizardController.Step 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