|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opennms.netmgt.config.rrd.types.DayOfWeek
public class DayOfWeek
Class DayOfWeek.
| Field Summary | |
|---|---|
static DayOfWeek |
FRIDAY
The instance of the FRIDAY type |
static int |
FRIDAY_TYPE
The FRIDAY type |
static DayOfWeek |
MONDAY
The instance of the MONDAY type |
static int |
MONDAY_TYPE
The MONDAY type |
static DayOfWeek |
SATURDAY
The instance of the SATURDAY type |
static int |
SATURDAY_TYPE
The SATURDAY type |
static DayOfWeek |
SUNDAY
The instance of the SUNDAY type |
static int |
SUNDAY_TYPE
The SUNDAY type |
static DayOfWeek |
THURSDAY
The instance of the THURSDAY type |
static int |
THURSDAY_TYPE
The THURSDAY type |
static DayOfWeek |
TUESDAY
The instance of the TUESDAY type |
static int |
TUESDAY_TYPE
The TUESDAY type |
static DayOfWeek |
WEDNESDAY
The instance of the WEDNESDAY type |
static int |
WEDNESDAY_TYPE
The WEDNESDAY type |
| Method Summary | |
|---|---|
static Enumeration<Object> |
enumerate()
Method enumerate.Returns an enumeration of all possible instances of DayOfWeek |
int |
getType()
Method getType.Returns the type of this DayOfWeek |
String |
toString()
Method toString.Returns the String representation of this DayOfWeek |
static DayOfWeek |
valueOf(String string)
Method valueOf.Returns a new DayOfWeek based on the given String value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int MONDAY_TYPE
public static final DayOfWeek MONDAY
public static final int TUESDAY_TYPE
public static final DayOfWeek TUESDAY
public static final int WEDNESDAY_TYPE
public static final DayOfWeek WEDNESDAY
public static final int THURSDAY_TYPE
public static final DayOfWeek THURSDAY
public static final int FRIDAY_TYPE
public static final DayOfWeek FRIDAY
public static final int SATURDAY_TYPE
public static final DayOfWeek SATURDAY
public static final int SUNDAY_TYPE
public static final DayOfWeek SUNDAY
| Method Detail |
|---|
public static Enumeration<Object> enumerate()
public int getType()
public String toString()
toString in class Objectpublic static DayOfWeek valueOf(String string)
string -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||