Uses of Class
com.github.elibracha.models.validations.enums.OperationSupport
-
Packages that use OperationSupport Package Description com.github.elibracha.models.validations.enums -
-
Uses of OperationSupport in com.github.elibracha.models.validations.enums
Methods in com.github.elibracha.models.validations.enums that return OperationSupport Modifier and Type Method Description static OperationSupportOperationSupport. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationSupport[]OperationSupport. values()Returns an array containing the constants of this enum type, in the order they are declared.
-