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