public enum IfcFlowInstrumentTypeEnum extends Enum<IfcFlowInstrumentTypeEnum> implements org.eclipse.emf.common.util.Enumerator
| Enum Constant and Description |
|---|
AMMETER
The 'AMMETER' literal object.
|
FREQUENCYMETER
The 'FREQUENCYMETER' literal object.
|
NOTDEFINED
The 'NOTDEFINED' literal object.
|
NULL
The 'NULL' literal object.
|
PHASEANGLEMETER
The 'PHASEANGLEMETER' literal object.
|
POWERFACTORMETER
The 'POWERFACTORMETER' literal object.
|
PRESSUREGAUGE
The 'PRESSUREGAUGE' literal object.
|
THERMOMETER
The 'THERMOMETER' literal object.
|
USERDEFINED
The 'USERDEFINED' literal object.
|
VOLTMETER_PEAK
The 'VOLTMETER PEAK' literal object.
|
VOLTMETER_RMS
The 'VOLTMETER RMS' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
AMMETER_VALUE
The 'AMMETER' literal value.
|
static int |
FREQUENCYMETER_VALUE
The 'FREQUENCYMETER' literal value.
|
static int |
NOTDEFINED_VALUE
The 'NOTDEFINED' literal value.
|
static int |
NULL_VALUE
The 'NULL' literal value.
|
static int |
PHASEANGLEMETER_VALUE
The 'PHASEANGLEMETER' literal value.
|
static int |
POWERFACTORMETER_VALUE
The 'POWERFACTORMETER' literal value.
|
static int |
PRESSUREGAUGE_VALUE
The 'PRESSUREGAUGE' literal value.
|
static int |
THERMOMETER_VALUE
The 'THERMOMETER' literal value.
|
static int |
USERDEFINED_VALUE
The 'USERDEFINED' literal value.
|
static List<IfcFlowInstrumentTypeEnum> |
VALUES
A public read-only list of all the 'Ifc Flow Instrument Type Enum' enumerators.
|
static int |
VOLTMETER_PEAK_VALUE
The 'VOLTMETER PEAK' literal value.
|
static int |
VOLTMETER_RMS_VALUE
The 'VOLTMETER RMS' literal value.
|
| Modifier and Type | Method and Description |
|---|---|
static IfcFlowInstrumentTypeEnum |
get(int value)
Returns the 'Ifc Flow Instrument Type Enum' literal with the specified integer value.
|
static IfcFlowInstrumentTypeEnum |
get(String literal)
Returns the 'Ifc Flow Instrument Type Enum' literal with the specified literal value.
|
static IfcFlowInstrumentTypeEnum |
getByName(String name)
Returns the 'Ifc Flow Instrument 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 IfcFlowInstrumentTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcFlowInstrumentTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcFlowInstrumentTypeEnum NULL
NULL_VALUEpublic static final IfcFlowInstrumentTypeEnum PRESSUREGAUGE
PRESSUREGAUGE_VALUEpublic static final IfcFlowInstrumentTypeEnum POWERFACTORMETER
POWERFACTORMETER_VALUEpublic static final IfcFlowInstrumentTypeEnum NOTDEFINED
NOTDEFINED_VALUEpublic static final IfcFlowInstrumentTypeEnum VOLTMETER_RMS
VOLTMETER_RMS_VALUEpublic static final IfcFlowInstrumentTypeEnum THERMOMETER
THERMOMETER_VALUEpublic static final IfcFlowInstrumentTypeEnum FREQUENCYMETER
FREQUENCYMETER_VALUEpublic static final IfcFlowInstrumentTypeEnum VOLTMETER_PEAK
VOLTMETER_PEAK_VALUEpublic static final IfcFlowInstrumentTypeEnum AMMETER
AMMETER_VALUEpublic static final IfcFlowInstrumentTypeEnum USERDEFINED
USERDEFINED_VALUEpublic static final IfcFlowInstrumentTypeEnum PHASEANGLEMETER
PHASEANGLEMETER_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 PRESSUREGAUGE_VALUE
If the meaning of 'PRESSUREGAUGE' literal object isn't clear, there really should be more of a description here...
PRESSUREGAUGE,
Constant Field Valuespublic static final int POWERFACTORMETER_VALUE
If the meaning of 'POWERFACTORMETER' literal object isn't clear, there really should be more of a description here...
POWERFACTORMETER,
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 VOLTMETER_RMS_VALUE
If the meaning of 'VOLTMETER RMS' literal object isn't clear, there really should be more of a description here...
VOLTMETER_RMS,
Constant Field Valuespublic static final int THERMOMETER_VALUE
If the meaning of 'THERMOMETER' literal object isn't clear, there really should be more of a description here...
THERMOMETER,
Constant Field Valuespublic static final int FREQUENCYMETER_VALUE
If the meaning of 'FREQUENCYMETER' literal object isn't clear, there really should be more of a description here...
FREQUENCYMETER,
Constant Field Valuespublic static final int VOLTMETER_PEAK_VALUE
If the meaning of 'VOLTMETER PEAK' literal object isn't clear, there really should be more of a description here...
VOLTMETER_PEAK,
Constant Field Valuespublic static final int AMMETER_VALUE
If the meaning of 'AMMETER' literal object isn't clear, there really should be more of a description here...
AMMETER,
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 PHASEANGLEMETER_VALUE
If the meaning of 'PHASEANGLEMETER' literal object isn't clear, there really should be more of a description here...
PHASEANGLEMETER,
Constant Field Valuespublic static final List<IfcFlowInstrumentTypeEnum> VALUES
public static IfcFlowInstrumentTypeEnum[] values()
for (IfcFlowInstrumentTypeEnum c : IfcFlowInstrumentTypeEnum.values()) System.out.println(c);
public static IfcFlowInstrumentTypeEnum 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 IfcFlowInstrumentTypeEnum get(String literal)
literal - the literal.null.public static IfcFlowInstrumentTypeEnum getByName(String name)
name - the name.null.public static IfcFlowInstrumentTypeEnum 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<IfcFlowInstrumentTypeEnum>Copyright © 2016 OpenSource BIM. All rights reserved.