public static enum RssEvent.Type extends java.lang.Enum<RssEvent.Type>
| Enum Constant and Description |
|---|
CHANNEL_REFRESH |
| Modifier and Type | Method and Description |
|---|---|
static RssEvent.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RssEvent.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RssEvent.Type CHANNEL_REFRESH
public static RssEvent.Type[] values()
for (RssEvent.Type c : RssEvent.Type.values()) System.out.println(c);
public static RssEvent.Type valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2001-2017 Jalios SA. All Rights Reserved.