|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<QNativePointer.Type>
com.trolltech.qt.QNativePointer.Type
public static enum QNativePointer.Type
The Type enum describe the Java types that can be used by a QNativePointer.
Enum Constant Summary | |
---|---|
Boolean
Java Boolean |
|
Byte
Java Byte |
|
Char
Java Char |
|
Double
Java Double |
|
Float
Java Float |
|
Int
Java Int |
|
Long
Java Long |
|
Pointer
Another QNativePointer of any type |
|
Short
Java Short |
|
String
Java String |
Method Summary | |
---|---|
static QNativePointer.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static QNativePointer.Type[] |
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 QNativePointer.Type Boolean
public static final QNativePointer.Type Byte
public static final QNativePointer.Type Char
public static final QNativePointer.Type Short
public static final QNativePointer.Type Int
public static final QNativePointer.Type Long
public static final QNativePointer.Type Float
public static final QNativePointer.Type Double
public static final QNativePointer.Type Pointer
public static final QNativePointer.Type String
Method Detail |
---|
public static final QNativePointer.Type[] values()
for(QNativePointer.Type c : QNativePointer.Type.values()) System.out.println(c);
public static QNativePointer.Type 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 name
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |