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