Uses of Enum Class
com.helger.base.state.EEnabled
Packages that use EEnabled
-
Uses of EEnabled in com.helger.base.state
Methods in com.helger.base.state that return EEnabledModifier and TypeMethodDescriptiondefault @NonNull EEnabledIEnabledIndicator.and(@NonNull IEnabledIndicator aEnabled) Logical AND of this enabled indicator with another one.default @NonNull EEnabledIEnabledIndicator.or(@NonNull IEnabledIndicator aEnabled) Logical OR of this enabled indicator with another one.static @NonNull EEnabledEEnabled.valueOf(boolean bEnabled) Convert a boolean value to the correspondingEEnabledenum value.static @NonNull EEnabledEEnabled.valueOf(@NonNull IEnabledIndicator aEnabledIndicator) Convert anIEnabledIndicatorto the correspondingEEnabledenum value.static EEnabledReturns the enum constant of this class with the specified name.static EEnabled[]EEnabled.values()Returns an array containing the constants of this enum class, in the order they are declared.