Uses of Enum Class
neqsim.process.mechanicaldesign.AlarmTripScheduleGenerator.AlarmPriority
Packages that use AlarmTripScheduleGenerator.AlarmPriority
-
Uses of AlarmTripScheduleGenerator.AlarmPriority in neqsim.process.mechanicaldesign
Subclasses with type arguments of type AlarmTripScheduleGenerator.AlarmPriority in neqsim.process.mechanicaldesignModifier and TypeClassDescriptionstatic enumAlarm priority classification.Fields in neqsim.process.mechanicaldesign declared as AlarmTripScheduleGenerator.AlarmPriorityMethods in neqsim.process.mechanicaldesign that return AlarmTripScheduleGenerator.AlarmPriorityModifier and TypeMethodDescriptionAlarmTripScheduleGenerator.AlarmTripEntry.getPriority()Gets the alarm priority.Returns the enum constant of this class with the specified name.AlarmTripScheduleGenerator.AlarmPriority.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in neqsim.process.mechanicaldesign with parameters of type AlarmTripScheduleGenerator.AlarmPriorityModifierConstructorDescriptionAlarmTripEntry(String equipmentTag, String instrumentTag, AlarmTripScheduleGenerator.ServiceType serviceType, String setpointType, double setpointValue, String unit, AlarmTripScheduleGenerator.AlarmPriority priority, String actionType, String description) Creates an alarm/trip entry.