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