|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PrivacyValue | |
---|---|
com.ibm.soa.parlayx21.presence | Presence. |
Uses of PrivacyValue in com.ibm.soa.parlayx21.presence |
---|
Fields in com.ibm.soa.parlayx21.presence declared as PrivacyValue | |
---|---|
static PrivacyValue |
PrivacyValue.PrivacyNone
Not set. |
static PrivacyValue |
PrivacyValue.PrivacyOther
None of the other values applies. |
static PrivacyValue |
PrivacyValue.PrivacyPrivate
The user is alone and able to talk openly. |
static PrivacyValue |
PrivacyValue.PrivacyPublic
The user is surrounded by other people and cannot discuss openly. |
static PrivacyValue |
PrivacyValue.PrivacyQuiet
The user is in a quiet environment and cannot talk at all. |
Methods in com.ibm.soa.parlayx21.presence that return PrivacyValue | |
---|---|
static PrivacyValue |
PrivacyValue.fromString(java.lang.String value)
|
static PrivacyValue |
PrivacyValue.fromValue(java.lang.String value)
|
PrivacyValue |
AttributeTypeAndValue.getPrivacy()
|
Methods in com.ibm.soa.parlayx21.presence with parameters of type PrivacyValue | |
---|---|
void |
AttributeTypeAndValue.setPrivacy(PrivacyValue privacy)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |