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