java.lang.Object
com.altova.automation.libs.GUID
public class GUID
extends java.lang.Object
Stores a Globally Unique ID.
-
Field Summary
Fields
| Modifier and Type |
Field |
Description |
static GUID |
GUID_NULL |
Short-cut to access GUID_NULL.
|
-
Constructor Summary
Constructors
| Constructor |
Description |
GUID() |
Create GUID_NULL
|
GUID(long i_Data1,
short i_Data2,
short i_Data3,
byte[] i_Data4) |
Create GUID from number values.
|
GUID(java.lang.String strGUID) |
Create GUID from string.
|
-
Method Summary
| Modifier and Type |
Method |
Description |
boolean |
equals(java.lang.Object obj) |
|
boolean |
isNull() |
|
java.lang.String |
toString() |
|
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
public static GUID GUID_NULL
Short-cut to access GUID_NULL.
-
Constructor Details
-
public GUID()
Create GUID_NULL
-
public GUID(long i_Data1,
short i_Data2,
short i_Data3,
byte[] i_Data4)
Create GUID from number values.
- Parameters:
i_Data1 -
i_Data2 -
i_Data3 -
i_Data4 -
-
public GUID(java.lang.String strGUID)
Create GUID from string.
- Parameters:
strGUID - - in the for of "06740201-89E5-401D-B6B8-3D9F0D0B931D" - uuid-format
-
Method Details
-
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
-
public final java.lang.String toString()
- Overrides:
toString in class java.lang.Object
-
public boolean isNull()
- Returns:
- if this is the GUID_NULL