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