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