Uses of Class
com.helger.commons.state.EEnabled
-
Packages that use EEnabled Package Description com.helger.commons.state -
-
Uses of EEnabled in com.helger.commons.state
Methods in com.helger.commons.state that return EEnabled Modifier and Type Method Description default EEnabledIEnabledIndicator. and(IEnabledIndicator aEnabled)default EEnabledIEnabledIndicator. or(IEnabledIndicator aEnabled)static EEnabledEEnabled. valueOf(boolean bEnabled)Returns the enum constant of this type with the specified name.static EEnabledEEnabled. valueOf(IEnabledIndicator aEnabledIndicator)Returns the enum constant of this type with the specified name.static EEnabledEEnabled. valueOf(String name)Returns the enum constant of this type with the specified name.static EEnabled[]EEnabled. values()Returns an array containing the constants of this enum type, in the order they are declared.
-