public enum IfcCompressorTypeEnum4X3 extends Enum<IfcCompressorTypeEnum4X3>
IfcCompressorTypeEnum
| Enum Constant and Description |
|---|
BOOSTER |
DYNAMIC |
HERMETIC |
NOTDEFINED |
OPENTYPE |
RECIPROCATING |
ROLLINGPISTON |
ROTARY |
ROTARYVANE |
SCROLL |
SEMIHERMETIC |
SINGLESCREW |
SINGLESTAGE |
TROCHOIDAL |
TWINSCREW |
USERDEFINED |
WELDEDSHELLHERMETIC |
| Modifier and Type | Method and Description |
|---|---|
static IfcCompressorTypeEnum4X3 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcCompressorTypeEnum4X3[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcCompressorTypeEnum4X3 BOOSTER
public static final IfcCompressorTypeEnum4X3 DYNAMIC
public static final IfcCompressorTypeEnum4X3 HERMETIC
public static final IfcCompressorTypeEnum4X3 OPENTYPE
public static final IfcCompressorTypeEnum4X3 RECIPROCATING
public static final IfcCompressorTypeEnum4X3 ROLLINGPISTON
public static final IfcCompressorTypeEnum4X3 ROTARY
public static final IfcCompressorTypeEnum4X3 ROTARYVANE
public static final IfcCompressorTypeEnum4X3 SCROLL
public static final IfcCompressorTypeEnum4X3 SEMIHERMETIC
public static final IfcCompressorTypeEnum4X3 SINGLESCREW
public static final IfcCompressorTypeEnum4X3 SINGLESTAGE
public static final IfcCompressorTypeEnum4X3 TROCHOIDAL
public static final IfcCompressorTypeEnum4X3 TWINSCREW
public static final IfcCompressorTypeEnum4X3 WELDEDSHELLHERMETIC
public static final IfcCompressorTypeEnum4X3 USERDEFINED
public static final IfcCompressorTypeEnum4X3 NOTDEFINED
public static IfcCompressorTypeEnum4X3[] values()
for (IfcCompressorTypeEnum4X3 c : IfcCompressorTypeEnum4X3.values()) System.out.println(c);
public static IfcCompressorTypeEnum4X3 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.