Enum Class HIPPSValve.VotingLogic
- All Implemented Interfaces:
Serializable, Comparable<HIPPSValve.VotingLogic>, Constable
- Enclosing class:
HIPPSValve
Voting logic options for redundant pressure transmitters.
- Version:
- $Id: $Id
- Author:
- ESOL
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription1 out of 1: Single transmitter (simplest, used for SIL 1).1 out of 2: Any one trips (high availability, some spurious trips).2 out of 4: Any two trip (higher availability).2 out of 3: Any two trip (balanced, typical for SIL 2/3).2 out of 2: Both must trip (low spurious, lower availability). -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic HIPPSValve.VotingLogicReturns the enum constant of this class with the specified name.static HIPPSValve.VotingLogic[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ONE_OUT_OF_ONE
1 out of 1: Single transmitter (simplest, used for SIL 1). -
ONE_OUT_OF_TWO
1 out of 2: Any one trips (high availability, some spurious trips). -
TWO_OUT_OF_TWO
2 out of 2: Both must trip (low spurious, lower availability). -
TWO_OUT_OF_THREE
2 out of 3: Any two trip (balanced, typical for SIL 2/3). -
TWO_OUT_OF_FOUR
2 out of 4: Any two trip (higher availability).
-
-
Field Details
-
notation
-
-
Constructor Details
-
VotingLogic
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getNotation
-