|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Enum
com.trolltech.qt.core.QUuid.Version
public static final class QUuid.Version
This enum defines the values used in the version field
of the UUID. The version field is meaningful only if the value in the variant field
is QUuid::DCE
.
Field Summary | |
---|---|
static QUuid.Version |
EmbeddedPOSIX
DCE Security version, with embedded POSIX UUIDs |
static QUuid.Version |
Name
Name-based, by using values from a name for all sections |
static QUuid.Version |
Random
Random-based, by using random numbers for all sections |
static QUuid.Version |
Time
Time-based, by using timestamp, clock sequence, and MAC network card address (if available) for the node sections |
static QUuid.Version |
VerUnknown
Version is unknown |
Method Summary | |
---|---|
static QUuid.Version |
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.Version |
valueOf(java.lang.String name)
|
static QUuid.Version[] |
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 QUuid.Version VerUnknown
public static final QUuid.Version Time
public static final QUuid.Version EmbeddedPOSIX
public static final QUuid.Version Name
public static final QUuid.Version Random
Method Detail |
---|
public static QUuid.Version[] values()
public static QUuid.Version valueOf(java.lang.String name)
public int value()
value
in interface QtEnumerator
public static QUuid.Version resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |