Uses of Class
com.helger.commons.state.EValidity
-
Packages that use EValidity Package Description com.helger.commons.state -
-
Uses of EValidity in com.helger.commons.state
Methods in com.helger.commons.state that return EValidity Modifier and Type Method Description default EValidityIValidityIndicator. and(boolean bValid)default EValidityIValidityIndicator. and(IValidityIndicator aValidity)default EValidityIValidityIndicator. or(boolean bValid)default EValidityIValidityIndicator. or(IValidityIndicator aValidity)static EValidityEValidity. valueOf(boolean bValidity)Returns the enum constant of this type with the specified name.static EValidityEValidity. valueOf(IValidityIndicator aValidityIndicator)Returns the enum constant of this type with the specified name.static EValidityEValidity. valueOf(String name)Returns the enum constant of this type with the specified name.static EValidity[]EValidity. values()Returns an array containing the constants of this enum type, in the order they are declared.
-