Uses of Enum Class
com.helger.base.state.EValidity
Packages that use EValidity
-
Uses of EValidity in com.helger.base.state
Methods in com.helger.base.state that return EValidityModifier and TypeMethodDescriptiondefault @NonNull EValidityIValidityIndicator.and(boolean bValid) Logical AND of this validity indicator with a boolean value.default @NonNull EValidityIValidityIndicator.and(@NonNull IValidityIndicator aValidity) Logical AND of this validity indicator with another one.default @NonNull EValidityIValidityIndicator.or(boolean bValid) Logical OR of this validity indicator with a boolean value.default @NonNull EValidityIValidityIndicator.or(@NonNull IValidityIndicator aValidity) Logical OR of this validity indicator with another one.static @NonNull EValidityEValidity.valueOf(boolean bValidity) Convert a boolean value to the correspondingEValidityenum value.static @NonNull EValidityEValidity.valueOf(@NonNull IValidityIndicator aValidityIndicator) Convert anIValidityIndicatorto the correspondingEValidityenum value.static EValidityReturns the enum constant of this class with the specified name.static EValidity[]EValidity.values()Returns an array containing the constants of this enum class, in the order they are declared.