public static enum EPPRegistryBatchSchedule.DayOfWeek extends java.lang.Enum<EPPRegistryBatchSchedule.DayOfWeek>
dayOfWeek
attribute.Enum Constant and Description |
---|
FRIDAY |
MONDAY |
SATURDAY |
SUNDAY |
THURSDAY |
TUESDAY |
WEDNESDAY |
Modifier and Type | Method and Description |
---|---|
static EPPRegistryBatchSchedule.DayOfWeek |
getDayOfWeek(java.lang.String aDayOfWeekStr)
Get the type enumerated value given the matching string.
|
java.lang.String |
toString()
Convert the enumerated
DayOfWeek value to a String . |
static EPPRegistryBatchSchedule.DayOfWeek |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EPPRegistryBatchSchedule.DayOfWeek[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EPPRegistryBatchSchedule.DayOfWeek SUNDAY
public static final EPPRegistryBatchSchedule.DayOfWeek MONDAY
public static final EPPRegistryBatchSchedule.DayOfWeek TUESDAY
public static final EPPRegistryBatchSchedule.DayOfWeek WEDNESDAY
public static final EPPRegistryBatchSchedule.DayOfWeek THURSDAY
public static final EPPRegistryBatchSchedule.DayOfWeek FRIDAY
public static final EPPRegistryBatchSchedule.DayOfWeek SATURDAY
public static EPPRegistryBatchSchedule.DayOfWeek[] values()
for (EPPRegistryBatchSchedule.DayOfWeek c : EPPRegistryBatchSchedule.DayOfWeek.values()) System.out.println(c);
public static EPPRegistryBatchSchedule.DayOfWeek 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 nullpublic static EPPRegistryBatchSchedule.DayOfWeek getDayOfWeek(java.lang.String aDayOfWeekStr)
aDayOfWeekStr
- PostalInfoTypeSupport
enumerated string to convert to
an enumerated PostalInfoTypeSupport
instance.PostalInfoTypeSupport
value matching the
String
.java.security.InvalidParameterException
- If aDayOfWeekStr
does not match an enumerated
PostalInfoTypeSupport
string value.public java.lang.String toString()
DayOfWeek
value to a String
.toString
in class java.lang.Enum<EPPRegistryBatchSchedule.DayOfWeek>
Copyright © VeriSign Inc. All Rights Reserved.