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