Uses of Class
com.ibm.soa.parlayx21.presence.PrivacyValue

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)
           
 



Copyright © 2003 IBM Corp. All Rights Reserved.