Uses of Enum Class
neqsim.process.equipment.valve.PressureControlValve.ControlMode
Packages that use PressureControlValve.ControlMode
-
Uses of PressureControlValve.ControlMode in neqsim.process.equipment.valve
Subclasses with type arguments of type PressureControlValve.ControlMode in neqsim.process.equipment.valveModifier and TypeClassDescriptionstatic enumControl mode enumeration.Fields in neqsim.process.equipment.valve declared as PressureControlValve.ControlModeModifier and TypeFieldDescriptionprivate PressureControlValve.ControlModePressureControlValve.controlModeControl mode.Methods in neqsim.process.equipment.valve that return PressureControlValve.ControlModeModifier and TypeMethodDescriptionPressureControlValve.getControlMode()Get the control mode.Returns the enum constant of this class with the specified name.static PressureControlValve.ControlMode[]PressureControlValve.ControlMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in neqsim.process.equipment.valve with parameters of type PressureControlValve.ControlModeModifier and TypeMethodDescriptionvoidPressureControlValve.setControlMode(PressureControlValve.ControlMode mode) Set the control mode.