public enum AnnouncementFilterType extends Enum<AnnouncementFilterType>
AnnouncementFilterType class.
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
Getter for the field
key. |
String |
toString()
toString.
|
static AnnouncementFilterType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnnouncementFilterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AnnouncementFilterType WHITELIST
public static final AnnouncementFilterType BLACKLIST
public static AnnouncementFilterType[] values()
for (AnnouncementFilterType c : AnnouncementFilterType.values()) System.out.println(c);
public static AnnouncementFilterType 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 toString()
toString.
toString in class Enum<AnnouncementFilterType>String object.Copyright © 2023 Jasig, Inc.. All rights reserved.