public enum ScheduledFrequencyType extends Enum<ScheduledFrequencyType>
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
static ScheduledFrequencyType |
getFrequency(String keyword) |
static ScheduledFrequencyType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScheduledFrequencyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScheduledFrequencyType DAILY
public static final ScheduledFrequencyType WEEKLY
public static final ScheduledFrequencyType RECURRING
public static ScheduledFrequencyType[] values()
for (ScheduledFrequencyType c : ScheduledFrequencyType.values()) System.out.println(c);
public static ScheduledFrequencyType 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 String getDescription()
public static ScheduledFrequencyType getFrequency(String keyword)
Copyright © 2018 Denim Group, Ltd.; Secure Decisions, A Division of Applied Visions, Inc.. All rights reserved.