|
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<QUuid.Variant>
com.trolltech.qt.core.QUuid.Variant
public static enum QUuid.Variant
This enum defines the variant of the UUID, which is the scheme which defines the layout of the 128-bits value.
Enum Constant Summary | |
---|---|
DCE
Distributed Computing Environment, the scheme used by QUuid |
|
Microsoft
Reserved for Microsoft backward compatibility (GUID) |
|
NCS
Reserved for NCS (Network Computing System) backward compatibility |
|
Reserved
Reserved for future definition |
|
VarUnknown
Variant is unknown |
Method Summary | |
---|---|
static QUuid.Variant |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static QUuid.Variant |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static QUuid.Variant[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
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 |
Enum Constant Detail |
---|
public static final QUuid.Variant VarUnknown
Variant is unknown
public static final QUuid.Variant NCS
Reserved for NCS (Network Computing System) backward compatibility
public static final QUuid.Variant DCE
Distributed Computing Environment, the scheme used by QUuid
public static final QUuid.Variant Microsoft
Reserved for Microsoft backward compatibility (GUID)
public static final QUuid.Variant Reserved
Reserved for future definition
Method Detail |
---|
public static QUuid.Variant[] values()
for (QUuid.Variant c : QUuid.Variant.values()) System.out.println(c);
public static QUuid.Variant 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
java.lang.NullPointerException
- if the argument is nullpublic int value()
QtEnumerator
value
in interface QtEnumerator
public static QUuid.Variant resolve(int value)
|
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |