Uses of Interface
com.helger.commons.state.ITriState
-
Packages that use ITriState Package Description com.helger.commons.state -
-
Uses of ITriState in com.helger.commons.state
Classes in com.helger.commons.state that implement ITriState Modifier and Type Class Description classETriStateRepresents an object that has one of 3 different states compared to a boolean that has only 2 different states.Methods in com.helger.commons.state with parameters of type ITriState Modifier and Type Method Description static ETriStateETriState. valueOf(ITriState aTriState)Returns the enum constant of this type with the specified name.
-