public enum IfcSystemFurnitureElementTypeEnum extends Enum<IfcSystemFurnitureElementTypeEnum>
| Enum Constant and Description |
|---|
NOTDEFINED |
PANEL |
USERDEFINED |
WORKSURFACE |
| Modifier and Type | Method and Description |
|---|---|
static IfcSystemFurnitureElementTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcSystemFurnitureElementTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcSystemFurnitureElementTypeEnum PANEL
public static final IfcSystemFurnitureElementTypeEnum WORKSURFACE
public static final IfcSystemFurnitureElementTypeEnum USERDEFINED
public static final IfcSystemFurnitureElementTypeEnum NOTDEFINED
public static IfcSystemFurnitureElementTypeEnum[] values()
for (IfcSystemFurnitureElementTypeEnum c : IfcSystemFurnitureElementTypeEnum.values()) System.out.println(c);
public static IfcSystemFurnitureElementTypeEnum valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null