public enum IfcSwitchingDeviceTypeEnum4 extends Enum<IfcSwitchingDeviceTypeEnum4>
IfcSwitchingDeviceTypeEnum
| Enum Constant and Description |
|---|
CONTACTOR |
DIMMERSWITCH |
EMERGENCYSTOP |
KEYPAD |
MOMENTARYSWITCH |
NOTDEFINED |
SELECTORSWITCH |
STARTER |
SWITCHDISCONNECTOR |
TOGGLESWITCH |
USERDEFINED |
| Modifier and Type | Method and Description |
|---|---|
static IfcSwitchingDeviceTypeEnum4 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcSwitchingDeviceTypeEnum4[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcSwitchingDeviceTypeEnum4 CONTACTOR
public static final IfcSwitchingDeviceTypeEnum4 DIMMERSWITCH
public static final IfcSwitchingDeviceTypeEnum4 EMERGENCYSTOP
public static final IfcSwitchingDeviceTypeEnum4 KEYPAD
public static final IfcSwitchingDeviceTypeEnum4 MOMENTARYSWITCH
public static final IfcSwitchingDeviceTypeEnum4 SELECTORSWITCH
public static final IfcSwitchingDeviceTypeEnum4 STARTER
public static final IfcSwitchingDeviceTypeEnum4 SWITCHDISCONNECTOR
public static final IfcSwitchingDeviceTypeEnum4 TOGGLESWITCH
public static final IfcSwitchingDeviceTypeEnum4 USERDEFINED
public static final IfcSwitchingDeviceTypeEnum4 NOTDEFINED
public static IfcSwitchingDeviceTypeEnum4[] values()
for (IfcSwitchingDeviceTypeEnum4 c : IfcSwitchingDeviceTypeEnum4.values()) System.out.println(c);
public static IfcSwitchingDeviceTypeEnum4 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.