public enum IfcValveTypeEnum4X3 extends Enum<IfcValveTypeEnum4X3>
IfcValveTypeEnum
| Enum Constant and Description |
|---|
AIRRELEASE |
ANTIVACUUM |
CHANGEOVER |
CHECK |
COMMISSIONING |
DIVERTING |
DOUBLECHECK |
DOUBLEREGULATING |
DRAWOFFCOCK |
FAUCET |
FLUSHING |
GASCOCK |
GASTAP |
ISOLATING |
MIXING |
NOTDEFINED |
PRESSUREREDUCING |
PRESSURERELIEF |
REGULATING |
SAFETYCUTOFF |
STEAMTRAP |
STOPCOCK |
USERDEFINED |
| Modifier and Type | Method and Description |
|---|---|
static IfcValveTypeEnum4X3 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcValveTypeEnum4X3[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcValveTypeEnum4X3 AIRRELEASE
public static final IfcValveTypeEnum4X3 ANTIVACUUM
public static final IfcValveTypeEnum4X3 CHANGEOVER
public static final IfcValveTypeEnum4X3 CHECK
public static final IfcValveTypeEnum4X3 COMMISSIONING
public static final IfcValveTypeEnum4X3 DIVERTING
public static final IfcValveTypeEnum4X3 DOUBLECHECK
public static final IfcValveTypeEnum4X3 DOUBLEREGULATING
public static final IfcValveTypeEnum4X3 DRAWOFFCOCK
public static final IfcValveTypeEnum4X3 FAUCET
public static final IfcValveTypeEnum4X3 FLUSHING
public static final IfcValveTypeEnum4X3 GASCOCK
public static final IfcValveTypeEnum4X3 GASTAP
public static final IfcValveTypeEnum4X3 ISOLATING
public static final IfcValveTypeEnum4X3 MIXING
public static final IfcValveTypeEnum4X3 PRESSUREREDUCING
public static final IfcValveTypeEnum4X3 PRESSURERELIEF
public static final IfcValveTypeEnum4X3 REGULATING
public static final IfcValveTypeEnum4X3 SAFETYCUTOFF
public static final IfcValveTypeEnum4X3 STEAMTRAP
public static final IfcValveTypeEnum4X3 STOPCOCK
public static final IfcValveTypeEnum4X3 USERDEFINED
public static final IfcValveTypeEnum4X3 NOTDEFINED
public static IfcValveTypeEnum4X3[] values()
for (IfcValveTypeEnum4X3 c : IfcValveTypeEnum4X3.values()) System.out.println(c);
public static IfcValveTypeEnum4X3 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.