public static enum ICalendarElement.RRule.Frequency extends java.lang.Enum<ICalendarElement.RRule.Frequency>
Enum Constant and Description |
---|
DAILY |
HOURLY |
MINUTELY |
MONTHLY |
SECONDLY |
WEEKLY |
YEARLY |
Modifier and Type | Method and Description |
---|---|
static ICalendarElement.RRule.Frequency |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ICalendarElement.RRule.Frequency[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ICalendarElement.RRule.Frequency SECONDLY
public static final ICalendarElement.RRule.Frequency MINUTELY
public static final ICalendarElement.RRule.Frequency HOURLY
public static final ICalendarElement.RRule.Frequency DAILY
public static final ICalendarElement.RRule.Frequency WEEKLY
public static final ICalendarElement.RRule.Frequency MONTHLY
public static final ICalendarElement.RRule.Frequency YEARLY
public static ICalendarElement.RRule.Frequency[] values()
for (ICalendarElement.RRule.Frequency c : ICalendarElement.RRule.Frequency.values()) System.out.println(c);
public static ICalendarElement.RRule.Frequency 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 © 2021. All Rights Reserved.