public enum IfcFireSuppressionTerminalTypeEnum extends Enum<IfcFireSuppressionTerminalTypeEnum>
Enum Constant and Description |
---|
BREECHINGINLET |
FIREHYDRANT |
HOSEREEL |
NOTDEFINED |
SPRINKLER |
SPRINKLERDEFLECTOR |
USERDEFINED |
Modifier and Type | Method and Description |
---|---|
static IfcFireSuppressionTerminalTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcFireSuppressionTerminalTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcFireSuppressionTerminalTypeEnum BREECHINGINLET
public static final IfcFireSuppressionTerminalTypeEnum FIREHYDRANT
public static final IfcFireSuppressionTerminalTypeEnum HOSEREEL
public static final IfcFireSuppressionTerminalTypeEnum SPRINKLER
public static final IfcFireSuppressionTerminalTypeEnum SPRINKLERDEFLECTOR
public static final IfcFireSuppressionTerminalTypeEnum USERDEFINED
public static final IfcFireSuppressionTerminalTypeEnum NOTDEFINED
public static IfcFireSuppressionTerminalTypeEnum[] values()
for (IfcFireSuppressionTerminalTypeEnum c : IfcFireSuppressionTerminalTypeEnum.values()) System.out.println(c);
public static IfcFireSuppressionTerminalTypeEnum 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