public static enum ItemFilterUtil.BundleName extends Enum<ItemFilterUtil.BundleName>
| Modifier and Type | Method and Description |
|---|---|
static ItemFilterUtil.BundleName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ItemFilterUtil.BundleName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ItemFilterUtil.BundleName ORIGINAL
public static final ItemFilterUtil.BundleName TEXT
public static final ItemFilterUtil.BundleName LICENSE
public static final ItemFilterUtil.BundleName THUMBNAIL
public static ItemFilterUtil.BundleName[] values()
for (ItemFilterUtil.BundleName c : ItemFilterUtil.BundleName.values()) System.out.println(c);
public static ItemFilterUtil.BundleName 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 DuraSpace. All rights reserved.