ValueUuid |
Value.convertToUuid() |
Converts this value to a UUID value.
|
static ValueUuid |
ValueUuid.get(byte[] binary) |
Get or create a UUID for the given 16 bytes.
|
static ValueUuid |
ValueUuid.get(long high,
long low) |
Get or create a UUID for the given high and low order values.
|
static ValueUuid |
ValueUuid.get(java.lang.String s) |
Get or create a UUID for the given text representation.
|
static ValueUuid |
ValueUuid.get(java.util.UUID uuid) |
Get or create a UUID for the given Java UUID.
|
static ValueUuid |
ValueUuid.getNewRandom() |
Create a new UUID using the pseudo random number generator.
|