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