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