public static enum Home.Property extends java.lang.Enum<Home.Property>
PropertyChangeListener
s added
to a home will be notified under a property name equal to the name value of one these properties.Enum Constant and Description |
---|
ALL_LEVELS_SELECTION |
BACKGROUND_IMAGE |
BASE_PLAN_LOCKED |
CAMERA |
FURNITURE_ADDITIONAL_PROPERTIES |
FURNITURE_DESCENDING_SORTED |
FURNITURE_SORTED_PROPERTY |
FURNITURE_VISIBLE_PROPERTIES |
MODIFIED |
NAME |
PRINT |
RECOVERED |
REPAIRED |
SELECTED_LEVEL |
STORED_CAMERAS |
Modifier and Type | Method and Description |
---|---|
static Home.Property |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Home.Property[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Home.Property NAME
public static final Home.Property MODIFIED
public static final Home.Property FURNITURE_SORTED_PROPERTY
public static final Home.Property FURNITURE_DESCENDING_SORTED
public static final Home.Property FURNITURE_VISIBLE_PROPERTIES
public static final Home.Property BACKGROUND_IMAGE
public static final Home.Property CAMERA
public static final Home.Property PRINT
public static final Home.Property BASE_PLAN_LOCKED
public static final Home.Property STORED_CAMERAS
public static final Home.Property RECOVERED
public static final Home.Property REPAIRED
public static final Home.Property SELECTED_LEVEL
public static final Home.Property ALL_LEVELS_SELECTION
public static final Home.Property FURNITURE_ADDITIONAL_PROPERTIES
public static Home.Property[] values()
for (Home.Property c : Home.Property.values()) System.out.println(c);
public static Home.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