|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.walluck.oscar.handlers.icq.ICQUtil
public class ICQUtil
ICQ utilities.
Constructor Summary | |
---|---|
ICQUtil()
|
Method Summary | |
---|---|
static String |
escapeXML(String s)
Escapes a string that is going to be used in an XML document. |
static String |
getAgeRange(int i)
Get the age range with the given code. |
static String |
getBackground(int i)
Get the background with the given code. |
static String |
getCountry(int i)
Get the country with the given code. |
static String |
getInterest(int i)
Get the interest with the given code. |
static String |
getLanguage(int i)
Get the language with the given code. |
static 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 String getSex(int i)
i
- the sex code
public static String getLanguage(int i)
i
- the language code
public static String getCountry(int i)
i
- the country code
public static String getInterest(int i)
i
- the interest code
public static String getBackground(int i)
i
- the background code
public static String getAgeRange(int i)
i
- the age range code
public static String escapeXML(String s)
s
- the string
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |