Uses of Enum Class
com.helger.base.state.EHandled
Packages that use EHandled
-
Uses of EHandled in com.helger.base.state
Methods in com.helger.base.state that return EHandledModifier and TypeMethodDescriptiondefault @NonNull EHandledIHandledIndicator.and(@NonNull IHandledIndicator aOther) Logical AND of this handled indicator with another one.default @NonNull EHandledIHandledIndicator.or(@NonNull IHandledIndicator aOther) Logical OR of this handled indicator with another one.static @NonNull EHandledEHandled.valueOf(boolean bHandleded) Convert a boolean value to the correspondingEHandledenum value.static @NonNull EHandledEHandled.valueOf(@NonNull IHandledIndicator aHandledIndicator) Convert anIHandledIndicatorto the correspondingEHandledenum value.static EHandledReturns the enum constant of this class with the specified name.static EHandled[]EHandled.values()Returns an array containing the constants of this enum class, in the order they are declared.