|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Enum
com.trolltech.qt.gui.QValidator.State
public static final class QValidator.State
This enum type defines the states in which a validated string can exist.
| Field Summary | |
|---|---|
static QValidator.State |
Acceptable
The string is acceptable as a final result; i.e. |
static QValidator.State |
Intermediate
The string is a plausible intermediate value. |
static QValidator.State |
Invalid
The string is clearly invalid. |
| Method Summary | |
|---|---|
static QValidator.State |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static QValidator.State |
valueOf(java.lang.String name)
|
static QValidator.State[] |
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 |
| Field Detail |
|---|
public static final QValidator.State Invalid
public static final QValidator.State Intermediate
public static final QValidator.State Acceptable
| Method Detail |
|---|
public static QValidator.State[] values()
public static QValidator.State valueOf(java.lang.String name)
public int value()
value in interface QtEnumeratorpublic static QValidator.State resolve(int value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||