public static enum EPPRegistryBatchSchedule.Frequency extends java.lang.Enum<EPPRegistryBatchSchedule.Frequency>
frequency attribute.| Enum Constant and Description |
|---|
daily
The schedule will execute every day.
|
monthly
The schedule will execute every month.
|
weekly
The schedule will execute every week.
|
| Modifier and Type | Method and Description |
|---|---|
static EPPRegistryBatchSchedule.Frequency |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EPPRegistryBatchSchedule.Frequency[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EPPRegistryBatchSchedule.Frequency daily
public static final EPPRegistryBatchSchedule.Frequency weekly
public static final EPPRegistryBatchSchedule.Frequency monthly
public static EPPRegistryBatchSchedule.Frequency[] values()
for (EPPRegistryBatchSchedule.Frequency c : EPPRegistryBatchSchedule.Frequency.values()) System.out.println(c);
public static EPPRegistryBatchSchedule.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 © VeriSign Inc. All Rights Reserved.