Uses of Interface
com.helger.commons.state.IEnabledIndicator
-
Packages that use IEnabledIndicator Package Description com.helger.commons.log com.helger.commons.state -
-
Uses of IEnabledIndicator in com.helger.commons.log
Classes in com.helger.commons.log that implement IEnabledIndicator Modifier and Type Class Description classConditionalLoggerConditional logger -
Uses of IEnabledIndicator in com.helger.commons.state
Classes in com.helger.commons.state that implement IEnabledIndicator Modifier and Type Class Description classEEnabledSmall enum for setter method to identify whether an object is enabled or not.Methods in com.helger.commons.state with parameters of type IEnabledIndicator Modifier and Type Method Description default EEnabledIEnabledIndicator. and(IEnabledIndicator aEnabled)default EEnabledIEnabledIndicator. or(IEnabledIndicator aEnabled)static EEnabledEEnabled. valueOf(IEnabledIndicator aEnabledIndicator)Returns the enum constant of this type with the specified name.
-