public enum AnnouncementPreferences extends Enum<AnnouncementPreferences>
| Enum Constant and Description |
|---|
FILTER_ITEMS |
FILTER_TYPE |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
static AnnouncementPreferences |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnnouncementPreferences[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AnnouncementPreferences FILTER_TYPE
public static final AnnouncementPreferences FILTER_ITEMS
public static AnnouncementPreferences[] values()
for (AnnouncementPreferences c : AnnouncementPreferences.values()) System.out.println(c);
public static AnnouncementPreferences 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 getKey()
Copyright © 2016 Jasig, Inc.. All Rights Reserved.