Uses of Enum Class
neqsim.process.equipment.valve.SafetyReliefValve.OpeningLaw
Packages that use SafetyReliefValve.OpeningLaw
-
Uses of SafetyReliefValve.OpeningLaw in neqsim.process.equipment.valve
Subclasses with type arguments of type SafetyReliefValve.OpeningLaw in neqsim.process.equipment.valveFields in neqsim.process.equipment.valve declared as SafetyReliefValve.OpeningLawModifier and TypeFieldDescriptionprivate SafetyReliefValve.OpeningLawSafetyReliefValve.openingLawMethods in neqsim.process.equipment.valve that return SafetyReliefValve.OpeningLawModifier and TypeMethodDescriptionSafetyReliefValve.getOpeningLaw()Getter for the fieldopeningLaw.static SafetyReliefValve.OpeningLawReturns the enum constant of this class with the specified name.static SafetyReliefValve.OpeningLaw[]SafetyReliefValve.OpeningLaw.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 SafetyReliefValve.OpeningLawModifier and TypeMethodDescriptionvoidSafetyReliefValve.setOpeningLaw(SafetyReliefValve.OpeningLaw law) Setter for the fieldopeningLaw.