public static enum ImportedTextureWizardController.Property extends java.lang.Enum<ImportedTextureWizardController.Property>
Enum Constant and Description |
---|
CATEGORY |
CREATOR |
HEIGHT |
IMAGE |
NAME |
STEP |
WIDTH |
Modifier and Type | Method and Description |
---|---|
static ImportedTextureWizardController.Property |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ImportedTextureWizardController.Property[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImportedTextureWizardController.Property STEP
public static final ImportedTextureWizardController.Property IMAGE
public static final ImportedTextureWizardController.Property NAME
public static final ImportedTextureWizardController.Property CATEGORY
public static final ImportedTextureWizardController.Property CREATOR
public static final ImportedTextureWizardController.Property WIDTH
public static final ImportedTextureWizardController.Property HEIGHT
public static ImportedTextureWizardController.Property[] values()
for (ImportedTextureWizardController.Property c : ImportedTextureWizardController.Property.values()) System.out.println(c);
public static ImportedTextureWizardController.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