public interface IGuid
GuidGenerator
Modifier and Type | Method and Description |
---|---|
byte[] |
getBytes()
Returns the id in byte array representation.
|
java.lang.String |
getHex()
Returns the id in hex format.
|
java.lang.String |
toHexBinary()
Returns the id in the xsd:hexBinary format.
|
byte[] getBytes()
java.lang.String getHex()
java.lang.String toHexBinary()