public enum IfcSensorTypeEnum extends Enum<IfcSensorTypeEnum> implements org.eclipse.emf.common.util.Enumerator
Ifc4Package.getIfcSensorTypeEnum()| Enum Constant and Description |
|---|
CO2SENSOR
The 'CO2SENSOR' literal object.
|
CONDUCTANCESENSOR
The 'CONDUCTANCESENSOR' literal object.
|
CONTACTSENSOR
The 'CONTACTSENSOR' literal object.
|
COSENSOR
The 'COSENSOR' literal object.
|
FIRESENSOR
The 'FIRESENSOR' literal object.
|
FLOWSENSOR
The 'FLOWSENSOR' literal object.
|
FROSTSENSOR
The 'FROSTSENSOR' literal object.
|
GASSENSOR
The 'GASSENSOR' literal object.
|
HEATSENSOR
The 'HEATSENSOR' literal object.
|
HUMIDITYSENSOR
The 'HUMIDITYSENSOR' literal object.
|
IDENTIFIERSENSOR
The 'IDENTIFIERSENSOR' literal object.
|
IONCONCENTRATIONSENSOR
The 'IONCONCENTRATIONSENSOR' literal object.
|
LEVELSENSOR
The 'LEVELSENSOR' literal object.
|
LIGHTSENSOR
The 'LIGHTSENSOR' literal object.
|
MOISTURESENSOR
The 'MOISTURESENSOR' literal object.
|
MOVEMENTSENSOR
The 'MOVEMENTSENSOR' literal object.
|
NOTDEFINED
The 'NOTDEFINED' literal object.
|
NULL
The 'NULL' literal object.
|
PHSENSOR
The 'PHSENSOR' literal object.
|
PRESSURESENSOR
The 'PRESSURESENSOR' literal object.
|
RADIATIONSENSOR
The 'RADIATIONSENSOR' literal object.
|
RADIOACTIVITYSENSOR
The 'RADIOACTIVITYSENSOR' literal object.
|
SMOKESENSOR
The 'SMOKESENSOR' literal object.
|
SOUNDSENSOR
The 'SOUNDSENSOR' literal object.
|
TEMPERATURESENSOR
The 'TEMPERATURESENSOR' literal object.
|
USERDEFINED
The 'USERDEFINED' literal object.
|
WINDSENSOR
The 'WINDSENSOR' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
CO2SENSOR_VALUE
The 'CO2SENSOR' literal value.
|
static int |
CONDUCTANCESENSOR_VALUE
The 'CONDUCTANCESENSOR' literal value.
|
static int |
CONTACTSENSOR_VALUE
The 'CONTACTSENSOR' literal value.
|
static int |
COSENSOR_VALUE
The 'COSENSOR' literal value.
|
static int |
FIRESENSOR_VALUE
The 'FIRESENSOR' literal value.
|
static int |
FLOWSENSOR_VALUE
The 'FLOWSENSOR' literal value.
|
static int |
FROSTSENSOR_VALUE
The 'FROSTSENSOR' literal value.
|
static int |
GASSENSOR_VALUE
The 'GASSENSOR' literal value.
|
static int |
HEATSENSOR_VALUE
The 'HEATSENSOR' literal value.
|
static int |
HUMIDITYSENSOR_VALUE
The 'HUMIDITYSENSOR' literal value.
|
static int |
IDENTIFIERSENSOR_VALUE
The 'IDENTIFIERSENSOR' literal value.
|
static int |
IONCONCENTRATIONSENSOR_VALUE
The 'IONCONCENTRATIONSENSOR' literal value.
|
static int |
LEVELSENSOR_VALUE
The 'LEVELSENSOR' literal value.
|
static int |
LIGHTSENSOR_VALUE
The 'LIGHTSENSOR' literal value.
|
static int |
MOISTURESENSOR_VALUE
The 'MOISTURESENSOR' literal value.
|
static int |
MOVEMENTSENSOR_VALUE
The 'MOVEMENTSENSOR' literal value.
|
static int |
NOTDEFINED_VALUE
The 'NOTDEFINED' literal value.
|
static int |
NULL_VALUE
The 'NULL' literal value.
|
static int |
PHSENSOR_VALUE
The 'PHSENSOR' literal value.
|
static int |
PRESSURESENSOR_VALUE
The 'PRESSURESENSOR' literal value.
|
static int |
RADIATIONSENSOR_VALUE
The 'RADIATIONSENSOR' literal value.
|
static int |
RADIOACTIVITYSENSOR_VALUE
The 'RADIOACTIVITYSENSOR' literal value.
|
static int |
SMOKESENSOR_VALUE
The 'SMOKESENSOR' literal value.
|
static int |
SOUNDSENSOR_VALUE
The 'SOUNDSENSOR' literal value.
|
static int |
TEMPERATURESENSOR_VALUE
The 'TEMPERATURESENSOR' literal value.
|
static int |
USERDEFINED_VALUE
The 'USERDEFINED' literal value.
|
static List<IfcSensorTypeEnum> |
VALUES
A public read-only list of all the 'Ifc Sensor Type Enum' enumerators.
|
static int |
WINDSENSOR_VALUE
The 'WINDSENSOR' literal value.
|
| Modifier and Type | Method and Description |
|---|---|
static IfcSensorTypeEnum |
get(int value)
Returns the 'Ifc Sensor Type Enum' literal with the specified integer value.
|
static IfcSensorTypeEnum |
get(String literal)
Returns the 'Ifc Sensor Type Enum' literal with the specified literal value.
|
static IfcSensorTypeEnum |
getByName(String name)
Returns the 'Ifc Sensor 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 IfcSensorTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcSensorTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcSensorTypeEnum NULL
NULL_VALUEpublic static final IfcSensorTypeEnum PHSENSOR
PHSENSOR_VALUEpublic static final IfcSensorTypeEnum USERDEFINED
USERDEFINED_VALUEpublic static final IfcSensorTypeEnum WINDSENSOR
WINDSENSOR_VALUEpublic static final IfcSensorTypeEnum HEATSENSOR
HEATSENSOR_VALUEpublic static final IfcSensorTypeEnum MOVEMENTSENSOR
MOVEMENTSENSOR_VALUEpublic static final IfcSensorTypeEnum NOTDEFINED
NOTDEFINED_VALUEpublic static final IfcSensorTypeEnum FROSTSENSOR
FROSTSENSOR_VALUEpublic static final IfcSensorTypeEnum IDENTIFIERSENSOR
IDENTIFIERSENSOR_VALUEpublic static final IfcSensorTypeEnum LEVELSENSOR
LEVELSENSOR_VALUEpublic static final IfcSensorTypeEnum FLOWSENSOR
FLOWSENSOR_VALUEpublic static final IfcSensorTypeEnum HUMIDITYSENSOR
HUMIDITYSENSOR_VALUEpublic static final IfcSensorTypeEnum PRESSURESENSOR
PRESSURESENSOR_VALUEpublic static final IfcSensorTypeEnum COSENSOR
COSENSOR_VALUEpublic static final IfcSensorTypeEnum RADIATIONSENSOR
RADIATIONSENSOR_VALUEpublic static final IfcSensorTypeEnum FIRESENSOR
FIRESENSOR_VALUEpublic static final IfcSensorTypeEnum CONTACTSENSOR
CONTACTSENSOR_VALUEpublic static final IfcSensorTypeEnum GASSENSOR
GASSENSOR_VALUEpublic static final IfcSensorTypeEnum IONCONCENTRATIONSENSOR
IONCONCENTRATIONSENSOR_VALUEpublic static final IfcSensorTypeEnum CO2SENSOR
CO2SENSOR_VALUEpublic static final IfcSensorTypeEnum RADIOACTIVITYSENSOR
RADIOACTIVITYSENSOR_VALUEpublic static final IfcSensorTypeEnum LIGHTSENSOR
LIGHTSENSOR_VALUEpublic static final IfcSensorTypeEnum SOUNDSENSOR
SOUNDSENSOR_VALUEpublic static final IfcSensorTypeEnum TEMPERATURESENSOR
TEMPERATURESENSOR_VALUEpublic static final IfcSensorTypeEnum CONDUCTANCESENSOR
CONDUCTANCESENSOR_VALUEpublic static final IfcSensorTypeEnum MOISTURESENSOR
MOISTURESENSOR_VALUEpublic static final IfcSensorTypeEnum SMOKESENSOR
SMOKESENSOR_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 PHSENSOR_VALUE
If the meaning of 'PHSENSOR' literal object isn't clear, there really should be more of a description here...
PHSENSOR,
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 WINDSENSOR_VALUE
If the meaning of 'WINDSENSOR' literal object isn't clear, there really should be more of a description here...
WINDSENSOR,
Constant Field Valuespublic static final int HEATSENSOR_VALUE
If the meaning of 'HEATSENSOR' literal object isn't clear, there really should be more of a description here...
HEATSENSOR,
Constant Field Valuespublic static final int MOVEMENTSENSOR_VALUE
If the meaning of 'MOVEMENTSENSOR' literal object isn't clear, there really should be more of a description here...
MOVEMENTSENSOR,
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 FROSTSENSOR_VALUE
If the meaning of 'FROSTSENSOR' literal object isn't clear, there really should be more of a description here...
FROSTSENSOR,
Constant Field Valuespublic static final int IDENTIFIERSENSOR_VALUE
If the meaning of 'IDENTIFIERSENSOR' literal object isn't clear, there really should be more of a description here...
IDENTIFIERSENSOR,
Constant Field Valuespublic static final int LEVELSENSOR_VALUE
If the meaning of 'LEVELSENSOR' literal object isn't clear, there really should be more of a description here...
LEVELSENSOR,
Constant Field Valuespublic static final int FLOWSENSOR_VALUE
If the meaning of 'FLOWSENSOR' literal object isn't clear, there really should be more of a description here...
FLOWSENSOR,
Constant Field Valuespublic static final int HUMIDITYSENSOR_VALUE
If the meaning of 'HUMIDITYSENSOR' literal object isn't clear, there really should be more of a description here...
HUMIDITYSENSOR,
Constant Field Valuespublic static final int PRESSURESENSOR_VALUE
If the meaning of 'PRESSURESENSOR' literal object isn't clear, there really should be more of a description here...
PRESSURESENSOR,
Constant Field Valuespublic static final int COSENSOR_VALUE
If the meaning of 'COSENSOR' literal object isn't clear, there really should be more of a description here...
COSENSOR,
Constant Field Valuespublic static final int RADIATIONSENSOR_VALUE
If the meaning of 'RADIATIONSENSOR' literal object isn't clear, there really should be more of a description here...
RADIATIONSENSOR,
Constant Field Valuespublic static final int FIRESENSOR_VALUE
If the meaning of 'FIRESENSOR' literal object isn't clear, there really should be more of a description here...
FIRESENSOR,
Constant Field Valuespublic static final int CONTACTSENSOR_VALUE
If the meaning of 'CONTACTSENSOR' literal object isn't clear, there really should be more of a description here...
CONTACTSENSOR,
Constant Field Valuespublic static final int GASSENSOR_VALUE
If the meaning of 'GASSENSOR' literal object isn't clear, there really should be more of a description here...
GASSENSOR,
Constant Field Valuespublic static final int IONCONCENTRATIONSENSOR_VALUE
If the meaning of 'IONCONCENTRATIONSENSOR' literal object isn't clear, there really should be more of a description here...
IONCONCENTRATIONSENSOR,
Constant Field Valuespublic static final int CO2SENSOR_VALUE
If the meaning of 'CO2SENSOR' literal object isn't clear, there really should be more of a description here...
CO2SENSOR,
Constant Field Valuespublic static final int RADIOACTIVITYSENSOR_VALUE
If the meaning of 'RADIOACTIVITYSENSOR' literal object isn't clear, there really should be more of a description here...
RADIOACTIVITYSENSOR,
Constant Field Valuespublic static final int LIGHTSENSOR_VALUE
If the meaning of 'LIGHTSENSOR' literal object isn't clear, there really should be more of a description here...
LIGHTSENSOR,
Constant Field Valuespublic static final int SOUNDSENSOR_VALUE
If the meaning of 'SOUNDSENSOR' literal object isn't clear, there really should be more of a description here...
SOUNDSENSOR,
Constant Field Valuespublic static final int TEMPERATURESENSOR_VALUE
If the meaning of 'TEMPERATURESENSOR' literal object isn't clear, there really should be more of a description here...
TEMPERATURESENSOR,
Constant Field Valuespublic static final int CONDUCTANCESENSOR_VALUE
If the meaning of 'CONDUCTANCESENSOR' literal object isn't clear, there really should be more of a description here...
CONDUCTANCESENSOR,
Constant Field Valuespublic static final int MOISTURESENSOR_VALUE
If the meaning of 'MOISTURESENSOR' literal object isn't clear, there really should be more of a description here...
MOISTURESENSOR,
Constant Field Valuespublic static final int SMOKESENSOR_VALUE
If the meaning of 'SMOKESENSOR' literal object isn't clear, there really should be more of a description here...
SMOKESENSOR,
Constant Field Valuespublic static final List<IfcSensorTypeEnum> VALUES
public static IfcSensorTypeEnum[] values()
for (IfcSensorTypeEnum c : IfcSensorTypeEnum.values()) System.out.println(c);
public static IfcSensorTypeEnum 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 IfcSensorTypeEnum get(String literal)
literal - the literal.null.public static IfcSensorTypeEnum getByName(String name)
name - the name.null.public static IfcSensorTypeEnum 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<IfcSensorTypeEnum>Copyright © 2018 OpenSource BIM. All rights reserved.