public static enum LicensingTabViewEvent.Status extends Enum<LicensingTabViewEvent.Status>
Enum Constant and Description |
---|
EMPTY_SEARCH_RESULTS |
LOADING |
NON_EMPTY_SEARCH_RESULTS |
NOT_CONFIGURED |
Modifier and Type | Method and Description |
---|---|
static LicensingTabViewEvent.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LicensingTabViewEvent.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LicensingTabViewEvent.Status NOT_CONFIGURED
public static final LicensingTabViewEvent.Status LOADING
public static final LicensingTabViewEvent.Status EMPTY_SEARCH_RESULTS
public static final LicensingTabViewEvent.Status NON_EMPTY_SEARCH_RESULTS
public static LicensingTabViewEvent.Status[] values()
for (LicensingTabViewEvent.Status c : LicensingTabViewEvent.Status.values()) System.out.println(c);
public static LicensingTabViewEvent.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 nullCopyright © 2021 Atlassian. All rights reserved.