|
JML | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jml.MsnList
public class MsnList
Msn List, currently only have five types: FL/AL/BL/RL/PL. See: http://www.hypothetic.org/docs/msn/notification/get_details.php "Background information" Section.
Field Summary | |
---|---|
static MsnList |
AL
Allow List. |
static MsnList |
BL
Block List. |
static MsnList |
FL
Forward List. |
static MsnList |
PL
Pending List |
static MsnList |
RL
Reverse List. |
Method Summary | |
---|---|
String |
getListDescirption()
|
int |
getListId()
|
String |
getListName()
|
static MsnList |
parseStr(String s)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final MsnList FL
public static final MsnList AL
public static final MsnList BL
public static final MsnList RL
public static final MsnList PL
Method Detail |
---|
public static MsnList parseStr(String s)
public int getListId()
public String getListName()
public String getListDescirption()
public String toString()
toString
in class Object
|
JML | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |