|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.walluck.oscar.handlers.icq.ICQUtil
ICQ utilities.
Constructor Summary | |
ICQUtil()
|
Method Summary | |
static java.lang.String |
escapeXML(java.lang.String s)
Escapes a string that is going to be used in an XML document. |
static java.lang.String |
getAgeRange(int i)
Get the age range with the given code. |
static java.lang.String |
getBackground(int i)
Get the background with the given code. |
static java.lang.String |
getCountry(int i)
Get the country with the given code. |
static java.lang.String |
getInterest(int i)
Get the interest with the given code. |
static java.lang.String |
getLanguage(int i)
Get the language with the given code. |
static java.lang.String |
getSex(int i)
Get the sex with the given code. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ICQUtil()
Method Detail |
public static java.lang.String getSex(int i)
i
- the sex code
public static java.lang.String getLanguage(int i)
i
- the language code
public static java.lang.String getCountry(int i)
i
- the country code
public static java.lang.String getInterest(int i)
i
- the interest code
public static java.lang.String getBackground(int i)
i
- the background code
public static java.lang.String getAgeRange(int i)
i
- the age range code
public static java.lang.String escapeXML(java.lang.String s)
s
- the string
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |