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