Uses of Enum Class
neqsim.process.mechanicaldesign.subsea.BarrierElement.Status
Packages that use BarrierElement.Status
Package
Description
Mechanical design package for subsea SURF (Subsea, Umbilicals, Risers, Flowlines) equipment.
-
Uses of BarrierElement.Status in neqsim.process.mechanicaldesign.subsea
Subclasses with type arguments of type BarrierElement.Status in neqsim.process.mechanicaldesign.subseaModifier and TypeClassDescriptionstatic enumFunctional status of the barrier element.Fields in neqsim.process.mechanicaldesign.subsea declared as BarrierElement.StatusModifier and TypeFieldDescriptionprivate BarrierElement.StatusBarrierElement.statusFunctional status.Methods in neqsim.process.mechanicaldesign.subsea that return BarrierElement.StatusModifier and TypeMethodDescriptionBarrierElement.getStatus()Get the current status.static BarrierElement.StatusReturns the enum constant of this class with the specified name.static BarrierElement.Status[]BarrierElement.Status.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in neqsim.process.mechanicaldesign.subsea with parameters of type BarrierElement.StatusModifier and TypeMethodDescriptionvoidBarrierElement.setStatus(BarrierElement.Status status) Set the functional status.