com.eteks.sweethome3d.model
Enum HomePieceOfFurniture.SortableProperty
java.lang.Object
java.lang.Enum<HomePieceOfFurniture.SortableProperty>
com.eteks.sweethome3d.model.HomePieceOfFurniture.SortableProperty
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<HomePieceOfFurniture.SortableProperty>
- Enclosing class:
- HomePieceOfFurniture
public static enum HomePieceOfFurniture.SortableProperty
- extends java.lang.Enum<HomePieceOfFurniture.SortableProperty>
The properties on which home furniture may be sorted.
Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
CATALOG_ID
public static final HomePieceOfFurniture.SortableProperty CATALOG_ID
NAME
public static final HomePieceOfFurniture.SortableProperty NAME
WIDTH
public static final HomePieceOfFurniture.SortableProperty WIDTH
DEPTH
public static final HomePieceOfFurniture.SortableProperty DEPTH
HEIGHT
public static final HomePieceOfFurniture.SortableProperty HEIGHT
MOVABLE
public static final HomePieceOfFurniture.SortableProperty MOVABLE
DOOR_OR_WINDOW
public static final HomePieceOfFurniture.SortableProperty DOOR_OR_WINDOW
COLOR
public static final HomePieceOfFurniture.SortableProperty COLOR
TEXTURE
public static final HomePieceOfFurniture.SortableProperty TEXTURE
VISIBLE
public static final HomePieceOfFurniture.SortableProperty VISIBLE
X
public static final HomePieceOfFurniture.SortableProperty X
Y
public static final HomePieceOfFurniture.SortableProperty Y
ELEVATION
public static final HomePieceOfFurniture.SortableProperty ELEVATION
ANGLE
public static final HomePieceOfFurniture.SortableProperty ANGLE
PRICE
public static final HomePieceOfFurniture.SortableProperty PRICE
VALUE_ADDED_TAX
public static final HomePieceOfFurniture.SortableProperty VALUE_ADDED_TAX
VALUE_ADDED_TAX_PERCENTAGE
public static final HomePieceOfFurniture.SortableProperty VALUE_ADDED_TAX_PERCENTAGE
PRICE_VALUE_ADDED_TAX_INCLUDED
public static final HomePieceOfFurniture.SortableProperty PRICE_VALUE_ADDED_TAX_INCLUDED
LEVEL
public static final HomePieceOfFurniture.SortableProperty LEVEL
values
public static HomePieceOfFurniture.SortableProperty[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (HomePieceOfFurniture.SortableProperty c : HomePieceOfFurniture.SortableProperty.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static HomePieceOfFurniture.SortableProperty valueOf(java.lang.String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null