public enum IfcMedicalDeviceTypeEnum4 extends Enum<IfcMedicalDeviceTypeEnum4>
IfcMedicalDeviceTypeEnum
| Enum Constant and Description |
|---|
AIRSTATION |
FEEDAIRUNIT |
NOTDEFINED |
OXYGENGENERATOR |
OXYGENPLANT |
USERDEFINED |
VACUUMSTATION |
| Modifier and Type | Method and Description |
|---|---|
static IfcMedicalDeviceTypeEnum4 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcMedicalDeviceTypeEnum4[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcMedicalDeviceTypeEnum4 AIRSTATION
public static final IfcMedicalDeviceTypeEnum4 FEEDAIRUNIT
public static final IfcMedicalDeviceTypeEnum4 OXYGENGENERATOR
public static final IfcMedicalDeviceTypeEnum4 OXYGENPLANT
public static final IfcMedicalDeviceTypeEnum4 VACUUMSTATION
public static final IfcMedicalDeviceTypeEnum4 USERDEFINED
public static final IfcMedicalDeviceTypeEnum4 NOTDEFINED
public static IfcMedicalDeviceTypeEnum4[] values()
for (IfcMedicalDeviceTypeEnum4 c : IfcMedicalDeviceTypeEnum4.values()) System.out.println(c);
public static IfcMedicalDeviceTypeEnum4 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.