public static enum ValidationService.ValidationType extends Enum<ValidationService.ValidationType>
Modifier and Type | Method and Description |
---|---|
String |
getErrorPrefix() |
Pattern |
getKeyPattern() |
static ValidationService.ValidationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValidationService.ValidationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ValidationService.ValidationType JOB
public static final ValidationService.ValidationType CHAIN
public static final ValidationService.ValidationType PROJECT
public static ValidationService.ValidationType[] values()
for (ValidationService.ValidationType c : ValidationService.ValidationType.values()) System.out.println(c);
public static ValidationService.ValidationType 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 null@NotNull public String getErrorPrefix()
@NotNull public Pattern getKeyPattern()
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.