Uses of Class
com.helger.commons.state.EHandled
-
Packages that use EHandled Package Description com.helger.commons.state -
-
Uses of EHandled in com.helger.commons.state
Methods in com.helger.commons.state that return EHandled Modifier and Type Method Description default EHandledIHandledIndicator. and(IHandledIndicator aOther)default EHandledIHandledIndicator. or(IHandledIndicator aOther)static EHandledEHandled. valueOf(boolean bHandleded)Returns the enum constant of this type with the specified name.static EHandledEHandled. valueOf(IHandledIndicator aHandledIndicator)Returns the enum constant of this type with the specified name.static EHandledEHandled. valueOf(String name)Returns the enum constant of this type with the specified name.static EHandled[]EHandled. values()Returns an array containing the constants of this enum type, in the order they are declared.
-