public static enum HomeShelfUnit.Property extends java.lang.Enum<HomeShelfUnit.Property>
PropertyChangeListener
s added
to a shelf unit will be notified under a property name equal to the string value of one these properties.Enum Constant and Description |
---|
SHELF_BOXES |
SHELF_ELEVATIONS |
Modifier and Type | Method and Description |
---|---|
static HomeShelfUnit.Property |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HomeShelfUnit.Property[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HomeShelfUnit.Property SHELF_ELEVATIONS
public static final HomeShelfUnit.Property SHELF_BOXES
public static HomeShelfUnit.Property[] values()
for (HomeShelfUnit.Property c : HomeShelfUnit.Property.values()) System.out.println(c);
public static HomeShelfUnit.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