|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.soa.parlayx21.presence.PresenceAttributeType
public class PresenceAttributeType
The different types of attributes. For each entry in this enumeration there is a separate value type.
Field Summary | |
---|---|
static java.lang.String |
_Activity
|
static java.lang.String |
_Communication
|
static java.lang.String |
_Other
|
static java.lang.String |
_Place
|
static java.lang.String |
_Privacy
|
static java.lang.String |
_Sphere
|
static PresenceAttributeType |
Activity
The presentity's activity (available, busy, lunch, and others) |
static PresenceAttributeType |
Communication
The user's means of communication (phone, mail, and others) |
static PresenceAttributeType |
Other
A name - value pair for arbitrary presence information |
static PresenceAttributeType |
Place
At what kind of place the presentity is (home, office, and others) |
static PresenceAttributeType |
Privacy
The amount of privacy the user wants (public, quiet, and others) |
static PresenceAttributeType |
Sphere
The user's current environment (work, home) |
Constructor Summary | |
---|---|
protected |
PresenceAttributeType(java.lang.String value)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
static PresenceAttributeType |
fromString(java.lang.String value)
|
static PresenceAttributeType |
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 _Activity
public static final java.lang.String _Place
public static final java.lang.String _Privacy
public static final java.lang.String _Sphere
public static final java.lang.String _Communication
public static final java.lang.String _Other
public static final PresenceAttributeType Activity
public static final PresenceAttributeType Place
public static final PresenceAttributeType Privacy
public static final PresenceAttributeType Sphere
public static final PresenceAttributeType Communication
public static final PresenceAttributeType Other
Constructor Detail |
---|
protected PresenceAttributeType(java.lang.String value)
Method Detail |
---|
public java.lang.String getValue()
public static PresenceAttributeType fromValue(java.lang.String value) throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
public static PresenceAttributeType 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 |