|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
com.sas.iom.orb.CP_IDConverter
public final class CP_IDConverter
A utility for converting between CP_IDs and Strings.
| Method Summary | |
|---|---|
static java.lang.String |
cp_idToString(com.sas.iom.SASIOMDefs.CP_ID cpid)
Convert a CP_ID to a String. |
static boolean |
equals(com.sas.iom.SASIOMDefs.CP_ID cp_id1,
com.sas.iom.SASIOMDefs.CP_ID cp_id2)
Compares to CP_ID objects for equality. |
static com.sas.iom.SASIOMDefs.CP_ID |
stringToCP_ID(java.lang.String str)
Convert a String to a CP_ID. |
| Method Detail |
|---|
public static java.lang.String cp_idToString(com.sas.iom.SASIOMDefs.CP_ID cpid)
cpid - the CP_ID to convert
public static com.sas.iom.SASIOMDefs.CP_ID stringToCP_ID(java.lang.String str)
str - the String to convert
public static boolean equals(com.sas.iom.SASIOMDefs.CP_ID cp_id1,
com.sas.iom.SASIOMDefs.CP_ID cp_id2)
CP_ID objects for equality. Two
CP_ID objects are equal if all their fields are
equal.
cp_id1 - CP_ID object to comparecp_id2 - CP_ID object to compare
true if the two CP_ID objects are equal
|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||