public enum RssSkipHours extends java.lang.Enum<RssSkipHours>
Enum Constant and Description |
---|
EIGHT |
EIGHTTEEN |
ELEVEN |
FIFTEEN |
FIVE |
FOUR |
FOURTEEN |
NINE |
NINETEEN |
ONE |
SEVEN |
SEVENTEEN |
SIX |
SIXTEEN |
TEN |
THIRTEEN |
THREE |
TWELVE |
TWENTY |
TWENTYONE |
TWENTYTHREE |
TWENTYTWO |
TWO |
ZERO |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getValue() |
static RssSkipHours |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RssSkipHours[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RssSkipHours ZERO
public static final RssSkipHours ONE
public static final RssSkipHours TWO
public static final RssSkipHours THREE
public static final RssSkipHours FOUR
public static final RssSkipHours FIVE
public static final RssSkipHours SIX
public static final RssSkipHours SEVEN
public static final RssSkipHours EIGHT
public static final RssSkipHours NINE
public static final RssSkipHours TEN
public static final RssSkipHours ELEVEN
public static final RssSkipHours TWELVE
public static final RssSkipHours THIRTEEN
public static final RssSkipHours FOURTEEN
public static final RssSkipHours FIFTEEN
public static final RssSkipHours SIXTEEN
public static final RssSkipHours SEVENTEEN
public static final RssSkipHours EIGHTTEEN
public static final RssSkipHours NINETEEN
public static final RssSkipHours TWENTY
public static final RssSkipHours TWENTYONE
public static final RssSkipHours TWENTYTWO
public static final RssSkipHours TWENTYTHREE
public static RssSkipHours[] values()
for (RssSkipHours c : RssSkipHours.values()) System.out.println(c);
public static RssSkipHours 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 nullpublic java.lang.Integer getValue()