Class UID
Global utility for generating sequential unique ID numbers.
Defined in: UID.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
UID()
The UID class uses a static interface (ex.
|
| Field Attributes | Field Name and Description |
|---|---|
| <private> <static> |
UID._nextID
|
| Method Attributes | Method Name and Description |
|---|---|
| <static> |
UID.get()
Returns the next unique id.
|
Class Detail
UID()
The UID class uses a static interface (ex. UID.get()) and should not be instantiated.
Field Detail
<private> <static>
UID._nextID
Method Detail
<static>
UID.get()
Returns the next unique id.