Uses of Enum
com.helger.commons.state.EValidity
Packages that use EValidity
-
Uses of EValidity in com.helger.commons.state
Methods in com.helger.commons.state that return EValidityModifier and TypeMethodDescriptiondefault 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 EValidityReturns 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.