public static enum Recurrence.IntervalType extends Enum<Recurrence.IntervalType> implements BmcEnum
the interval period for the recurrence
Modifier and Type | Method and Description |
---|---|
static Recurrence.IntervalType |
create(String key) |
String |
getValue() |
static Recurrence.IntervalType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Recurrence.IntervalType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Recurrence.IntervalType Minutes
public static final Recurrence.IntervalType Hours
public static final Recurrence.IntervalType Days
public static final Recurrence.IntervalType Weeks
public static Recurrence.IntervalType[] values()
for (Recurrence.IntervalType c : Recurrence.IntervalType.values()) System.out.println(c);
public static Recurrence.IntervalType 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 static Recurrence.IntervalType create(String key)
Copyright © 2016–2024. All rights reserved.