|
JML | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jml.MsnUserPropertyType
public final class MsnUserPropertyType
Properties type, See http://www.hypothetic.org/docs/msn/notification/get_details.php "Phone Numbers" section.
Field Summary | |
---|---|
static MsnUserPropertyType |
HSB
Has space on MSN spaces. |
static MsnUserPropertyType |
MBE
Has device enabled on MSN mobile. |
static MsnUserPropertyType |
MFN
Display name, MSNP10/MSNP11 use this to indicate user's display name. |
static MsnUserPropertyType |
MOB
Allow be contacted on MSN mobile device. |
static MsnUserPropertyType |
PHH
Home phone number. |
static MsnUserPropertyType |
PHM
Mobile phone number. |
static MsnUserPropertyType |
PHW
Work phone number. |
static MsnUserPropertyType |
WWE
Has device enabled on MSN direct. |
Method Summary | |
---|---|
String |
getDisplayType()
Get the type for display. |
String |
getType()
Get the type used for msn protocol. |
static MsnUserPropertyType |
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 MsnUserPropertyType PHH
public static final MsnUserPropertyType PHW
public static final MsnUserPropertyType PHM
public static final MsnUserPropertyType MOB
public static final MsnUserPropertyType MBE
public static final MsnUserPropertyType WWE
public static final MsnUserPropertyType MFN
public static final MsnUserPropertyType HSB
Method Detail |
---|
public static MsnUserPropertyType parseStr(String s)
public String getType()
public String getDisplayType()
public String toString()
toString
in class Object
|
JML | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |