public enum IfcProtectiveDeviceTypeEnum4 extends Enum<IfcProtectiveDeviceTypeEnum4>
IfcProtectiveDeviceTypeEnum
| Enum Constant and Description |
|---|
CIRCUITBREAKER |
EARTHINGSWITCH |
EARTHLEAKAGECIRCUITBREAKER |
FUSEDISCONNECTOR |
NOTDEFINED |
RESIDUALCURRENTCIRCUITBREAKER |
RESIDUALCURRENTSWITCH |
USERDEFINED |
VARISTOR |
| Modifier and Type | Method and Description |
|---|---|
static IfcProtectiveDeviceTypeEnum4 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcProtectiveDeviceTypeEnum4[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcProtectiveDeviceTypeEnum4 CIRCUITBREAKER
public static final IfcProtectiveDeviceTypeEnum4 EARTHLEAKAGECIRCUITBREAKER
public static final IfcProtectiveDeviceTypeEnum4 EARTHINGSWITCH
public static final IfcProtectiveDeviceTypeEnum4 FUSEDISCONNECTOR
public static final IfcProtectiveDeviceTypeEnum4 RESIDUALCURRENTCIRCUITBREAKER
public static final IfcProtectiveDeviceTypeEnum4 RESIDUALCURRENTSWITCH
public static final IfcProtectiveDeviceTypeEnum4 VARISTOR
public static final IfcProtectiveDeviceTypeEnum4 USERDEFINED
public static final IfcProtectiveDeviceTypeEnum4 NOTDEFINED
public static IfcProtectiveDeviceTypeEnum4[] values()
for (IfcProtectiveDeviceTypeEnum4 c : IfcProtectiveDeviceTypeEnum4.values()) System.out.println(c);
public static IfcProtectiveDeviceTypeEnum4 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.