public enum ReminderPeriodType extends Enum<ReminderPeriodType>
| Modifier and Type | Method and Description |
|---|---|
TemporalUnit |
getTemporalUnit() |
static ReminderPeriodType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReminderPeriodType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReminderPeriodType MINUTE
public static final ReminderPeriodType HOUR
public static final ReminderPeriodType DAY
public static final ReminderPeriodType WEEK
public static ReminderPeriodType[] values()
for (ReminderPeriodType c : ReminderPeriodType.values()) System.out.println(c);
public static ReminderPeriodType 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 TemporalUnit getTemporalUnit()
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.