|
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<Qt.DateFormat>
com.trolltech.qt.core.Qt.DateFormat
public static enum Qt.DateFormat
Press link for info on Qt.DateFormat
Enum Constant Summary | |
---|---|
ISODate
ISO 8601 extended format (YYYY-MM-DD, or with time, YYYY-MM-DDTHH:MM:SS). |
|
LocaleDate
The format used by the default application locale. |
|
SystemLocaleDate
The format used by the operating system. |
|
TextDate
The default Qt format. |
Method Summary | |
---|---|
static Qt.DateFormat |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static Qt.DateFormat |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Qt.DateFormat[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final Qt.DateFormat TextDate
The default Qt format.
public static final Qt.DateFormat ISODate
ISO 8601 extended format (YYYY-MM-DD, or with time, YYYY-MM-DDTHH:MM:SS).
public static final Qt.DateFormat SystemLocaleDate
The format used by the operating system.
public static final Qt.DateFormat LocaleDate
The format used by the default application locale. This is the locale set with QLocale::setDefault(), or the operating system locale if no default locale has been set.
Method Detail |
---|
public static final Qt.DateFormat[] values()
for(Qt.DateFormat c : Qt.DateFormat.values()) System.out.println(c);
public static Qt.DateFormat 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 namepublic int value()
QtEnumerator
value
in interface QtEnumerator
public static Qt.DateFormat resolve(int value)
|
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |