public static enum HomeDoorOrWindow.Property extends java.lang.Enum<HomeDoorOrWindow.Property>
PropertyChangeListener
s added
to a door or window will be notified under a property name equal to the string value of one these properties.Enum Constant and Description |
---|
BOUND_TO_WALL |
CUT_OUT_SHAPE |
SASHES |
WALL_CUT_OUT_ON_BOTH_SIDES |
WALL_DISTANCE |
WALL_HEIGHT |
WALL_LEFT |
WALL_THICKNESS |
WALL_TOP |
WALL_WIDTH |
WIDTH_DEPTH_DEFORMABLE |
Modifier and Type | Method and Description |
---|---|
static HomeDoorOrWindow.Property |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HomeDoorOrWindow.Property[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HomeDoorOrWindow.Property WALL_THICKNESS
public static final HomeDoorOrWindow.Property WALL_DISTANCE
public static final HomeDoorOrWindow.Property WALL_WIDTH
public static final HomeDoorOrWindow.Property WALL_LEFT
public static final HomeDoorOrWindow.Property WALL_HEIGHT
public static final HomeDoorOrWindow.Property WALL_TOP
public static final HomeDoorOrWindow.Property SASHES
public static final HomeDoorOrWindow.Property CUT_OUT_SHAPE
public static final HomeDoorOrWindow.Property WALL_CUT_OUT_ON_BOTH_SIDES
public static final HomeDoorOrWindow.Property WIDTH_DEPTH_DEFORMABLE
public static final HomeDoorOrWindow.Property BOUND_TO_WALL
public static HomeDoorOrWindow.Property[] values()
for (HomeDoorOrWindow.Property c : HomeDoorOrWindow.Property.values()) System.out.println(c);
public static HomeDoorOrWindow.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