public static enum UIFavicon.PropertyKeys extends Enum<UIFavicon.PropertyKeys>
Modifier and Type | Method and Description |
---|---|
static UIFavicon.PropertyKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UIFavicon.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UIFavicon.PropertyKeys value
public static final UIFavicon.PropertyKeys name
public static final UIFavicon.PropertyKeys src
public static final UIFavicon.PropertyKeys mimetype
public static final UIFavicon.PropertyKeys sizes
public static UIFavicon.PropertyKeys[] values()
for (UIFavicon.PropertyKeys c : UIFavicon.PropertyKeys.values()) System.out.println(c);
public static UIFavicon.PropertyKeys 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 © 2019 Nuxeo. All rights reserved.