public static enum RoomController.Property extends java.lang.Enum<RoomController.Property>
| Enum Constant and Description |
|---|
AREA_VISIBLE |
CEILING_COLOR |
CEILING_FLAT |
CEILING_PAINT |
CEILING_SHININESS |
CEILING_VISIBLE |
FLOOR_COLOR |
FLOOR_PAINT |
FLOOR_SHININESS |
FLOOR_VISIBLE |
NAME |
SPLIT_SURROUNDING_WALLS |
WALL_SIDES_BASEBOARD |
WALL_SIDES_COLOR |
WALL_SIDES_PAINT |
WALL_SIDES_SHININESS |
| Modifier and Type | Method and Description |
|---|---|
static RoomController.Property |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RoomController.Property[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RoomController.Property NAME
public static final RoomController.Property AREA_VISIBLE
public static final RoomController.Property FLOOR_VISIBLE
public static final RoomController.Property FLOOR_COLOR
public static final RoomController.Property FLOOR_PAINT
public static final RoomController.Property FLOOR_SHININESS
public static final RoomController.Property CEILING_VISIBLE
public static final RoomController.Property CEILING_COLOR
public static final RoomController.Property CEILING_PAINT
public static final RoomController.Property CEILING_SHININESS
public static final RoomController.Property CEILING_FLAT
public static final RoomController.Property SPLIT_SURROUNDING_WALLS
public static final RoomController.Property WALL_SIDES_COLOR
public static final RoomController.Property WALL_SIDES_PAINT
public static final RoomController.Property WALL_SIDES_SHININESS
public static final RoomController.Property WALL_SIDES_BASEBOARD
public static RoomController.Property[] values()
for (RoomController.Property c : RoomController.Property.values()) System.out.println(c);
public static RoomController.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