Uses of Enum Class
neqsim.process.logic.sis.Detector.AlarmLevel
Packages that use Detector.AlarmLevel
-
Uses of Detector.AlarmLevel in neqsim.process.logic.sis
Subclasses with type arguments of type Detector.AlarmLevel in neqsim.process.logic.sisFields in neqsim.process.logic.sis declared as Detector.AlarmLevelMethods in neqsim.process.logic.sis that return Detector.AlarmLevelModifier and TypeMethodDescriptionDetector.getAlarmLevel()Gets the alarm level.static Detector.AlarmLevelReturns the enum constant of this class with the specified name.static Detector.AlarmLevel[]Detector.AlarmLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in neqsim.process.logic.sis with parameters of type Detector.AlarmLevelModifierConstructorDescriptionDetector(String name, Detector.DetectorType type, Detector.AlarmLevel alarmLevel, double setpoint, String unit) Creates a detector.