Enum Class InstrumentScheduleGenerator.MeasuredVariable
java.lang.Object
java.lang.Enum<InstrumentScheduleGenerator.MeasuredVariable>
neqsim.process.mechanicaldesign.InstrumentScheduleGenerator.MeasuredVariable
- All Implemented Interfaces:
Serializable, Comparable<InstrumentScheduleGenerator.MeasuredVariable>, Constable
- Enclosing class:
InstrumentScheduleGenerator
public static enum InstrumentScheduleGenerator.MeasuredVariable
extends Enum<InstrumentScheduleGenerator.MeasuredVariable>
Measurement variable classification per ISA-5.1.
- Version:
- 1.0
- Author:
- Even Solbraa
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionFlow measurement.Level measurement.Pressure measurement.Temperature measurement. -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateMeasuredVariable(String tagPrefix, String instrumentType, String ioType) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionGet the instrument type description.Get the I/O type.Get the ISA-5.1 tag prefix.Returns the enum constant of this class with the specified name.values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
PRESSURE
Pressure measurement. -
TEMPERATURE
Temperature measurement. -
LEVEL
Level measurement. -
FLOW
Flow measurement.
-
-
Field Details
-
tagPrefix
-
instrumentType
-
ioType
-
-
Constructor Details
-
MeasuredVariable
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getTagPrefix
-
getInstrumentType
-
getIoType
-