|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
com.sas.iom.orb.UUIDConverter
@SASScope(value="ALL") @BinaryCompatibilityOnly public class UUIDConverter
A utility for converting between UUIDs and Strings.
| Method Summary | |
|---|---|
static boolean |
equals(com.sas.iom.SASIOMDefs.UUID uuid1,
com.sas.iom.SASIOMDefs.UUID uuid2)
Compares to UUID objects for equality. |
static com.sas.iom.SASIOMDefs.UUID |
stringToUUID(java.lang.String str)
Convert a String to a UUID. |
static java.lang.String |
uuidToString(com.sas.iom.SASIOMDefs.UUID uuid)
Convert a UUID to a String. |
| Method Detail |
|---|
public static java.lang.String uuidToString(com.sas.iom.SASIOMDefs.UUID uuid)
uuid - the UUID to convert
public static com.sas.iom.SASIOMDefs.UUID stringToUUID(java.lang.String str)
str - the String to convert
public static boolean equals(com.sas.iom.SASIOMDefs.UUID uuid1,
com.sas.iom.SASIOMDefs.UUID uuid2)
UUID objects for equality. Two
UUID objects are equal if all their fields are
equal.
uuid1 - UUID object to compareuuid2 - UUID object to compare
true if the two UUID objects are equal
|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||