public enum ImportSourceValidationStatusType extends Enum<ImportSourceValidationStatusType>
| Enum Constant and Description |
|---|
INVALID_CONFIGURATION |
MODULE_UNINSTALLED |
VALID |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
boolean |
isInvalid() |
static ImportSourceValidationStatusType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImportSourceValidationStatusType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImportSourceValidationStatusType VALID
public static final ImportSourceValidationStatusType INVALID_CONFIGURATION
public static final ImportSourceValidationStatusType MODULE_UNINSTALLED
public static ImportSourceValidationStatusType[] values()
for (ImportSourceValidationStatusType c : ImportSourceValidationStatusType.values()) System.out.println(c);
public static ImportSourceValidationStatusType 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 nullpublic String getName()
public boolean isInvalid()
Copyright © 2024 Atlassian. All rights reserved.