Uses of Enum Class
neqsim.process.equipment.tank.VesselDepressurization.FlowDirection
Packages that use VesselDepressurization.FlowDirection
-
Uses of VesselDepressurization.FlowDirection in neqsim.process.equipment.tank
Subclasses with type arguments of type VesselDepressurization.FlowDirection in neqsim.process.equipment.tankModifier and TypeClassDescriptionstatic enumFlow direction.Fields in neqsim.process.equipment.tank declared as VesselDepressurization.FlowDirectionMethods in neqsim.process.equipment.tank that return VesselDepressurization.FlowDirectionModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static VesselDepressurization.FlowDirection[]VesselDepressurization.FlowDirection.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in neqsim.process.equipment.tank with parameters of type VesselDepressurization.FlowDirectionModifier and TypeMethodDescriptionvoidVesselDepressurization.setFlowDirection(VesselDepressurization.FlowDirection direction) Sets the flow direction.