Uses of Enum Class
org.sonar.java.checks.helpers.TernaryValue
Packages that use TernaryValue
-
Uses of TernaryValue in org.sonar.java.checks.helpers
Methods in org.sonar.java.checks.helpers that return TernaryValueModifier and TypeMethodDescriptionstatic TernaryValueTernaryValue.of(boolean b) static TernaryValuestatic TernaryValueReturns the enum constant of this class with the specified name.static TernaryValue[]TernaryValue.values()Returns an array containing the constants of this enum class, in the order they are declared.