Uses of Enum Class
com.helger.base.state.ETriState
Packages that use ETriState
-
Uses of ETriState in com.helger.base.concurrent
Methods in com.helger.base.concurrent that return ETriState -
Uses of ETriState in com.helger.base.state
Methods in com.helger.base.state that return ETriStateModifier and TypeMethodDescriptionstatic @Nullable ETriStateETriState.getFromIDOrDefault(@Nullable String sID, @Nullable ETriState eDefault) Get theETriStateenum value matching the provided ID, with a custom default.static @Nullable ETriStateETriState.getFromIDOrNull(@Nullable String sID) Get theETriStateenum value matching the provided ID.static @NonNull ETriStateETriState.getFromIDOrUndefined(@Nullable String sID) static @NonNull ETriStateETriState.valueOf(boolean bValue) Convert a boolean value to the correspondingETriStateenum value.static @NonNull ETriStatestatic @NonNull ETriStatestatic ETriStateReturns the enum constant of this class with the specified name.static ETriState[]ETriState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.helger.base.state with parameters of type ETriStateModifier and TypeMethodDescriptionstatic @Nullable ETriStateETriState.getFromIDOrDefault(@Nullable String sID, @Nullable ETriState eDefault) Get theETriStateenum value matching the provided ID, with a custom default.