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