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