Uses of Class
org.talend.sdk.component.api.service.asyncvalidation.ValidationResult.Status
-
Packages that use ValidationResult.Status Package Description org.talend.sdk.component.api.service.asyncvalidation -
-
Uses of ValidationResult.Status in org.talend.sdk.component.api.service.asyncvalidation
Methods in org.talend.sdk.component.api.service.asyncvalidation that return ValidationResult.Status Modifier and Type Method Description static ValidationResult.StatusValidationResult.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static ValidationResult.Status[]ValidationResult.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.
-