public static enum ValidationResult.Status extends Enum<ValidationResult.Status>
Modifier and Type | Method and Description |
---|---|
static ValidationResult.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValidationResult.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ValidationResult.Status OK
public static final ValidationResult.Status KO
public static ValidationResult.Status[] values()
for (ValidationResult.Status c : ValidationResult.Status.values()) System.out.println(c);
public static ValidationResult.Status valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null1.1.9-SNAPSHOT - Copyright © 2019 Talend Component Kit Documentation