|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.soa.parlayx21.presence.CommunicationMeansType
public class CommunicationMeansType
This enumeration lists communication means. If the communication attribute refers to a means not in this list, it will point to MeansOther.
Field Summary | |
---|---|
static java.lang.String |
_Chat
|
static java.lang.String |
_Email
|
static java.lang.String |
_MeansOther
|
static java.lang.String |
_Mms
|
static java.lang.String |
_Phone
|
static java.lang.String |
_Sms
|
static java.lang.String |
_Video
|
static java.lang.String |
_Web
|
static CommunicationMeansType |
Chat
The communication attribute refers to a chat client. |
static CommunicationMeansType |
Email
|
static CommunicationMeansType |
MeansOther
The communication attribute refers to any other client. |
static CommunicationMeansType |
Mms
|
static CommunicationMeansType |
Phone
The communication attribute refers to a phone (fixed line or mobile or SIP). |
static CommunicationMeansType |
Sms
|
static CommunicationMeansType |
Video
The communication attribute refers to a video phone (fixed line or mobile or SIP). |
static CommunicationMeansType |
Web
The communication attribute refers to a web client. |
Constructor Summary | |
---|---|
protected |
CommunicationMeansType(java.lang.String value)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
static CommunicationMeansType |
fromString(java.lang.String value)
|
static CommunicationMeansType |
fromValue(java.lang.String value)
|
java.lang.String |
getValue()
|
int |
hashCode()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String _Phone
public static final java.lang.String _Chat
public static final java.lang.String _Sms
public static final java.lang.String _Video
public static final java.lang.String _Web
public static final java.lang.String _Email
public static final java.lang.String _Mms
public static final java.lang.String _MeansOther
public static final CommunicationMeansType Phone
public static final CommunicationMeansType Chat
public static final CommunicationMeansType Sms
public static final CommunicationMeansType Video
public static final CommunicationMeansType Web
public static final CommunicationMeansType Email
public static final CommunicationMeansType Mms
public static final CommunicationMeansType MeansOther
Constructor Detail |
---|
protected CommunicationMeansType(java.lang.String value)
Method Detail |
---|
public java.lang.String getValue()
public static CommunicationMeansType fromValue(java.lang.String value) throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
public static CommunicationMeansType fromString(java.lang.String value) throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |