public static enum GenericUDFNextDay.DayOfWeek extends Enum<GenericUDFNextDay.DayOfWeek>
Modifier and Type | Method and Description |
---|---|
String |
getFullName() |
String |
getName2() |
String |
getName3() |
boolean |
matches(String dayOfWeek) |
static GenericUDFNextDay.DayOfWeek |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GenericUDFNextDay.DayOfWeek[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GenericUDFNextDay.DayOfWeek MON
public static final GenericUDFNextDay.DayOfWeek TUE
public static final GenericUDFNextDay.DayOfWeek WED
public static final GenericUDFNextDay.DayOfWeek THU
public static final GenericUDFNextDay.DayOfWeek FRI
public static final GenericUDFNextDay.DayOfWeek SAT
public static final GenericUDFNextDay.DayOfWeek SUN
public static GenericUDFNextDay.DayOfWeek[] values()
for (GenericUDFNextDay.DayOfWeek c : GenericUDFNextDay.DayOfWeek.values()) System.out.println(c);
public static GenericUDFNextDay.DayOfWeek 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 getName2()
public String getName3()
public String getFullName()
public boolean matches(String dayOfWeek)
Copyright © 2017 The Apache Software Foundation. All rights reserved.