public enum IfcDamperTypeEnum4 extends Enum<IfcDamperTypeEnum4>
IfcDamperTypeEnum
| Enum Constant and Description |
|---|
BACKDRAFTDAMPER |
BALANCINGDAMPER |
BLASTDAMPER |
CONTROLDAMPER |
FIREDAMPER |
FIRESMOKEDAMPER |
FUMEHOODEXHAUST |
GRAVITYDAMPER |
GRAVITYRELIEFDAMPER |
NOTDEFINED |
RELIEFDAMPER |
SMOKEDAMPER |
USERDEFINED |
| Modifier and Type | Method and Description |
|---|---|
static IfcDamperTypeEnum4 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcDamperTypeEnum4[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcDamperTypeEnum4 BACKDRAFTDAMPER
public static final IfcDamperTypeEnum4 BALANCINGDAMPER
public static final IfcDamperTypeEnum4 BLASTDAMPER
public static final IfcDamperTypeEnum4 CONTROLDAMPER
public static final IfcDamperTypeEnum4 FIREDAMPER
public static final IfcDamperTypeEnum4 FIRESMOKEDAMPER
public static final IfcDamperTypeEnum4 FUMEHOODEXHAUST
public static final IfcDamperTypeEnum4 GRAVITYDAMPER
public static final IfcDamperTypeEnum4 GRAVITYRELIEFDAMPER
public static final IfcDamperTypeEnum4 RELIEFDAMPER
public static final IfcDamperTypeEnum4 SMOKEDAMPER
public static final IfcDamperTypeEnum4 USERDEFINED
public static final IfcDamperTypeEnum4 NOTDEFINED
public static IfcDamperTypeEnum4[] values()
for (IfcDamperTypeEnum4 c : IfcDamperTypeEnum4.values()) System.out.println(c);
public static IfcDamperTypeEnum4 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.