Uses of Enum Class
org.apache.juneau.commons.lang.TriState
Packages that use TriState
Package
Description
Language utilities including value wrappers, version management, string formatting,
state enums, and other common language constructs.
-
Uses of TriState in org.apache.juneau.commons.lang
Methods in org.apache.juneau.commons.lang that return TriStateModifier and TypeMethodDescriptionstatic TriStateTriState.fromBoolean(boolean value) Converts a boolean to a TriState.static TriStateReturns the enum constant of this class with the specified name.static TriState[]TriState.values()Returns an array containing the constants of this enum class, in the order they are declared.