public enum IfcWallTypeEnum4 extends Enum<IfcWallTypeEnum4>
IfcWallTypeEnum
| Enum Constant and Description |
|---|
ELEMENTEDWALL |
MOVABLE |
NOTDEFINED |
PARAPET |
PARTITIONING |
PLUMBINGWALL |
POLYGONAL |
SHEAR |
SOLIDWALL |
STANDARD |
USERDEFINED |
| Modifier and Type | Method and Description |
|---|---|
static IfcWallTypeEnum4 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcWallTypeEnum4[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcWallTypeEnum4 MOVABLE
public static final IfcWallTypeEnum4 PARAPET
public static final IfcWallTypeEnum4 PARTITIONING
public static final IfcWallTypeEnum4 PLUMBINGWALL
public static final IfcWallTypeEnum4 SHEAR
public static final IfcWallTypeEnum4 SOLIDWALL
public static final IfcWallTypeEnum4 STANDARD
public static final IfcWallTypeEnum4 POLYGONAL
public static final IfcWallTypeEnum4 ELEMENTEDWALL
public static final IfcWallTypeEnum4 USERDEFINED
public static final IfcWallTypeEnum4 NOTDEFINED
public static IfcWallTypeEnum4[] values()
for (IfcWallTypeEnum4 c : IfcWallTypeEnum4.values()) System.out.println(c);
public static IfcWallTypeEnum4 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.