Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.service.protocol
Class ServerStoredDetails.CountryDetail

java.lang.Object
  extended by net.java.sip.communicator.service.protocol.ServerStoredDetails.GenericDetail
      extended by net.java.sip.communicator.service.protocol.ServerStoredDetails.LocaleDetail
          extended by net.java.sip.communicator.service.protocol.ServerStoredDetails.CountryDetail
Direct Known Subclasses:
OperationSetServerStoredAccountInfoIcqImpl.OriginCountryDetail, ServerStoredDetails.WorkCountryDetail
Enclosing class:
ServerStoredDetails

public static class ServerStoredDetails.CountryDetail
extends ServerStoredDetails.LocaleDetail

A detail representing a country of residence for the corresponding subject.


Field Summary
 
Fields inherited from class net.java.sip.communicator.service.protocol.ServerStoredDetails.GenericDetail
detailDisplayName, value
 
Constructor Summary
ServerStoredDetails.CountryDetail(Locale locale)
           
 
Method Summary
 
Methods inherited from class net.java.sip.communicator.service.protocol.ServerStoredDetails.LocaleDetail
getLocale
 
Methods inherited from class net.java.sip.communicator.service.protocol.ServerStoredDetails.GenericDetail
equals, getDetailDisplayName, getDetailValue, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServerStoredDetails.CountryDetail

public ServerStoredDetails.CountryDetail(Locale locale)

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.