Uses of Class
com.helger.commons.state.ETriState
-
Packages that use ETriState Package Description com.helger.commons.concurrent com.helger.commons.state -
-
Uses of ETriState in com.helger.commons.concurrent
Methods in com.helger.commons.concurrent that return ETriState Modifier and Type Method Description ETriStateBasicThreadFactory. getDaemon()Returns the daemon flag. -
Uses of ETriState in com.helger.commons.state
Methods in com.helger.commons.state that return ETriState Modifier and Type Method Description static ETriStateETriState. getFromIDOrDefault(String sID, ETriState eDefault)static ETriStateETriState. getFromIDOrNull(String sID)static ETriStateETriState. getFromIDOrUndefined(String sID)static ETriStateETriState. valueOf(boolean bValue)Returns the enum constant of this type with the specified name.static ETriStateETriState. valueOf(ITriState aTriState)Returns the enum constant of this type with the specified name.static ETriStateETriState. valueOf(Boolean aValue)Returns the enum constant of this type with the specified name.static ETriStateETriState. valueOf(String name)Returns the enum constant of this type with the specified name.static ETriState[]ETriState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.helger.commons.state with parameters of type ETriState Modifier and Type Method Description static ETriStateETriState. getFromIDOrDefault(String sID, ETriState eDefault)
-