Uses of Enum Class
neqsim.process.equipment.valve.LevelControlValve.ControlAction
Packages that use LevelControlValve.ControlAction
-
Uses of LevelControlValve.ControlAction in neqsim.process.equipment.valve
Subclasses with type arguments of type LevelControlValve.ControlAction in neqsim.process.equipment.valveModifier and TypeClassDescriptionstatic enumControl action enumeration.Fields in neqsim.process.equipment.valve declared as LevelControlValve.ControlActionModifier and TypeFieldDescriptionprivate LevelControlValve.ControlActionLevelControlValve.controlActionControl action.Methods in neqsim.process.equipment.valve that return LevelControlValve.ControlActionModifier and TypeMethodDescriptionLevelControlValve.getControlAction()Get the control action.Returns the enum constant of this class with the specified name.static LevelControlValve.ControlAction[]LevelControlValve.ControlAction.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 LevelControlValve.ControlActionModifier and TypeMethodDescriptionvoidLevelControlValve.setControlAction(LevelControlValve.ControlAction action) Set the control action.