public static enum ApplicationPlugin.IconType extends Enum<ApplicationPlugin.IconType>
Enum Constant and Description |
---|
DARK_BACKGROUND
The icon will be displayed on a dark background.
|
WHITE_BACKGROUND
The icon will be displayed on a white background.
|
Modifier and Type | Method and Description |
---|---|
static ApplicationPlugin.IconType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApplicationPlugin.IconType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ApplicationPlugin.IconType WHITE_BACKGROUND
public static final ApplicationPlugin.IconType DARK_BACKGROUND
public static ApplicationPlugin.IconType[] values()
for (ApplicationPlugin.IconType c : ApplicationPlugin.IconType.values()) System.out.println(c);
public static ApplicationPlugin.IconType 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 e-Spirit AG. All Rights Reserved. Build 5.2.210210