com.trolltech.qt.core
Class Qt.DayOfWeek
java.lang.Object
java.lang.Enum
com.trolltech.qt.core.Qt.DayOfWeek
- All Implemented Interfaces:
- QtEnumerator, java.io.Serializable, java.lang.Comparable
- Enclosing interface:
- Qt
public static final class Qt.DayOfWeek
- extends java.lang.Enum
- implements QtEnumerator
- See Also:
- Serialized Form
Method Summary |
static Qt.DayOfWeek |
resolve(int value)
Returns the DayOfWeek constant with the specified int. |
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static Qt.DayOfWeek |
valueOf(java.lang.String name)
|
static Qt.DayOfWeek[] |
values()
|
Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Monday
public static final Qt.DayOfWeek Monday
Tuesday
public static final Qt.DayOfWeek Tuesday
Wednesday
public static final Qt.DayOfWeek Wednesday
Thursday
public static final Qt.DayOfWeek Thursday
Friday
public static final Qt.DayOfWeek Friday
Saturday
public static final Qt.DayOfWeek Saturday
Sunday
public static final Qt.DayOfWeek Sunday
values
public static Qt.DayOfWeek[] values()
valueOf
public static Qt.DayOfWeek valueOf(java.lang.String name)
value
public int value()
- This function should return an integer value for the enum values of the enumeration that implements this interface.
- Specified by:
value
in interface QtEnumerator
resolve
public static Qt.DayOfWeek resolve(int value)
- Returns the DayOfWeek constant with the specified int.