Factory class for UUIDs.
Determines which UUID implementation to use, and uses that to generate and validate UUIDs.
Expanded class hierarchy of Uuid
Name![]() |
Modifiers | Type | Description | Overrides |
---|---|---|---|---|
Uuid:: |
protected | property | Holds the UUID implementation. | |
Uuid:: |
protected | function | Determines the optimal implementation to use for generating UUIDs. | |
Uuid:: |
public | function | Generates a universally unique identifier. | |
Uuid:: |
public | function | Checks that a string appears to be in the format of a UUID. | |
Uuid:: |
public | function | Instantiates the correct UUID object. |