public enum IfcAlarmTypeEnum extends Enum<IfcAlarmTypeEnum> implements org.eclipse.emf.common.util.Enumerator
Ifc4Package.getIfcAlarmTypeEnum()| Enum Constant and Description |
|---|
BELL
The 'BELL' literal object.
|
BREAKGLASSBUTTON
The 'BREAKGLASSBUTTON' literal object.
|
LIGHT
The 'LIGHT' literal object.
|
MANUALPULLBOX
The 'MANUALPULLBOX' literal object.
|
NOTDEFINED
The 'NOTDEFINED' literal object.
|
NULL
The 'NULL' literal object.
|
SIREN
The 'SIREN' literal object.
|
USERDEFINED
The 'USERDEFINED' literal object.
|
WHISTLE
The 'WHISTLE' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
BELL_VALUE
The 'BELL' literal value.
|
static int |
BREAKGLASSBUTTON_VALUE
The 'BREAKGLASSBUTTON' literal value.
|
static int |
LIGHT_VALUE
The 'LIGHT' literal value.
|
static int |
MANUALPULLBOX_VALUE
The 'MANUALPULLBOX' literal value.
|
static int |
NOTDEFINED_VALUE
The 'NOTDEFINED' literal value.
|
static int |
NULL_VALUE
The 'NULL' literal value.
|
static int |
SIREN_VALUE
The 'SIREN' literal value.
|
static int |
USERDEFINED_VALUE
The 'USERDEFINED' literal value.
|
static List<IfcAlarmTypeEnum> |
VALUES
A public read-only list of all the 'Ifc Alarm Type Enum' enumerators.
|
static int |
WHISTLE_VALUE
The 'WHISTLE' literal value.
|
| Modifier and Type | Method and Description |
|---|---|
static IfcAlarmTypeEnum |
get(int value)
Returns the 'Ifc Alarm Type Enum' literal with the specified integer value.
|
static IfcAlarmTypeEnum |
get(String literal)
Returns the 'Ifc Alarm Type Enum' literal with the specified literal value.
|
static IfcAlarmTypeEnum |
getByName(String name)
Returns the 'Ifc Alarm Type Enum' literal with the specified name.
|
String |
getLiteral() |
String |
getName() |
int |
getValue() |
String |
toString()
Returns the literal value of the enumerator, which is its string representation.
|
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 NULL
NULL_VALUEpublic static final IfcAlarmTypeEnum SIREN
SIREN_VALUEpublic static final IfcAlarmTypeEnum NOTDEFINED
NOTDEFINED_VALUEpublic static final IfcAlarmTypeEnum WHISTLE
WHISTLE_VALUEpublic static final IfcAlarmTypeEnum LIGHT
LIGHT_VALUEpublic static final IfcAlarmTypeEnum USERDEFINED
USERDEFINED_VALUEpublic static final IfcAlarmTypeEnum BELL
BELL_VALUEpublic static final IfcAlarmTypeEnum BREAKGLASSBUTTON
BREAKGLASSBUTTON_VALUEpublic static final IfcAlarmTypeEnum MANUALPULLBOX
MANUALPULLBOX_VALUEpublic static final int NULL_VALUE
If the meaning of 'NULL' literal object isn't clear, there really should be more of a description here...
NULL,
Constant Field Valuespublic static final int SIREN_VALUE
If the meaning of 'SIREN' literal object isn't clear, there really should be more of a description here...
SIREN,
Constant Field Valuespublic static final int NOTDEFINED_VALUE
If the meaning of 'NOTDEFINED' literal object isn't clear, there really should be more of a description here...
NOTDEFINED,
Constant Field Valuespublic static final int WHISTLE_VALUE
If the meaning of 'WHISTLE' literal object isn't clear, there really should be more of a description here...
WHISTLE,
Constant Field Valuespublic static final int LIGHT_VALUE
If the meaning of 'LIGHT' literal object isn't clear, there really should be more of a description here...
LIGHT,
Constant Field Valuespublic static final int USERDEFINED_VALUE
If the meaning of 'USERDEFINED' literal object isn't clear, there really should be more of a description here...
USERDEFINED,
Constant Field Valuespublic static final int BELL_VALUE
If the meaning of 'BELL' literal object isn't clear, there really should be more of a description here...
BELL,
Constant Field Valuespublic static final int BREAKGLASSBUTTON_VALUE
If the meaning of 'BREAKGLASSBUTTON' literal object isn't clear, there really should be more of a description here...
BREAKGLASSBUTTON,
Constant Field Valuespublic static final int MANUALPULLBOX_VALUE
If the meaning of 'MANUALPULLBOX' literal object isn't clear, there really should be more of a description here...
MANUALPULLBOX,
Constant Field Valuespublic static final List<IfcAlarmTypeEnum> VALUES
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 nullpublic static IfcAlarmTypeEnum get(String literal)
literal - the literal.null.public static IfcAlarmTypeEnum getByName(String name)
name - the name.null.public static IfcAlarmTypeEnum get(int value)
value - the integer value.null.public int getValue()
getValue in interface org.eclipse.emf.common.util.Enumeratorpublic String getName()
getName in interface org.eclipse.emf.common.util.Enumeratorpublic String getLiteral()
getLiteral in interface org.eclipse.emf.common.util.Enumeratorpublic String toString()
toString in class Enum<IfcAlarmTypeEnum>Copyright © 2018 OpenSource BIM. All rights reserved.