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