public enum IfcFurnitureTypeEnum4 extends Enum<IfcFurnitureTypeEnum4>
IfcFurnitureTypeEnum
| Enum Constant and Description |
|---|
BED |
CHAIR |
DESK |
FILECABINET |
NOTDEFINED |
SHELF |
SOFA |
TABLE |
USERDEFINED |
| Modifier and Type | Method and Description |
|---|---|
static IfcFurnitureTypeEnum4 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcFurnitureTypeEnum4[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcFurnitureTypeEnum4 CHAIR
public static final IfcFurnitureTypeEnum4 TABLE
public static final IfcFurnitureTypeEnum4 DESK
public static final IfcFurnitureTypeEnum4 BED
public static final IfcFurnitureTypeEnum4 FILECABINET
public static final IfcFurnitureTypeEnum4 SHELF
public static final IfcFurnitureTypeEnum4 SOFA
public static final IfcFurnitureTypeEnum4 USERDEFINED
public static final IfcFurnitureTypeEnum4 NOTDEFINED
public static IfcFurnitureTypeEnum4[] values()
for (IfcFurnitureTypeEnum4 c : IfcFurnitureTypeEnum4.values()) System.out.println(c);
public static IfcFurnitureTypeEnum4 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 nullCopyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.