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