Uses of Enum Class
jp.ecuacion.lib.validation.constraints.enums.ConditionValue
Packages that use ConditionValue
Package
Description
Provides
jakarta validation related enums.-
Uses of ConditionValue in jp.ecuacion.lib.validation.constraints.enums
Subclasses with type arguments of type ConditionValue in jp.ecuacion.lib.validation.constraints.enumsModifier and TypeClassDescriptionenumEnumerates how to determine condition is valid.Methods in jp.ecuacion.lib.validation.constraints.enums that return ConditionValueModifier and TypeMethodDescriptionstatic ConditionValueReturns the enum constant of this class with the specified name.static ConditionValue[]ConditionValue.values()Returns an array containing the constants of this enum class, in the order they are declared.