|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Enum
com.trolltech.qt.xmlpatterns.QXmlNodeModelIndex.DocumentOrder
public static final class QXmlNodeModelIndex.DocumentOrder
Identifies the specific node comparison operator that should be used.
Field Summary | |
---|---|
static QXmlNodeModelIndex.DocumentOrder |
Follows
Signifies the \>\> operator. |
static QXmlNodeModelIndex.DocumentOrder |
Is
Signifies the is operator. |
static QXmlNodeModelIndex.DocumentOrder |
Precedes
Signifies the \<\< operator. |
Method Summary | |
---|---|
static QXmlNodeModelIndex.DocumentOrder |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static QXmlNodeModelIndex.DocumentOrder |
valueOf(java.lang.String name)
|
static QXmlNodeModelIndex.DocumentOrder[] |
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 QXmlNodeModelIndex.DocumentOrder Precedes
public static final QXmlNodeModelIndex.DocumentOrder Is
public static final QXmlNodeModelIndex.DocumentOrder Follows
Method Detail |
---|
public static QXmlNodeModelIndex.DocumentOrder[] values()
public static QXmlNodeModelIndex.DocumentOrder valueOf(java.lang.String name)
public int value()
value
in interface QtEnumerator
public static QXmlNodeModelIndex.DocumentOrder resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |