Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

java.lang.Object
  extended by net.java.sip.communicator.service.protocol.ServerStoredDetails.GenericDetail
      extended by net.java.sip.communicator.service.protocol.ServerStoredDetails.StringDetail
Direct Known Subclasses:
OperationSetServerStoredAccountInfoIcqImpl.NotesDetail, OperationSetServerStoredAccountInfoIcqImpl.WorkOcupationDetail, OperationSetServerStoredAccountInfoIcqImpl.WorkPositionNameDetail, ServerStoredDetails.AddressDetail, ServerStoredDetails.CityDetail, ServerStoredDetails.EmailAddressDetail, ServerStoredDetails.GenderDetail, ServerStoredDetails.InterestDetail, ServerStoredDetails.NameDetail, ServerStoredDetails.PhoneNumberDetail, ServerStoredDetails.PostalCodeDetail, ServerStoredDetails.ProvinceDetail, ServerStoredDetails.WorkEmailAddressDetail
Enclosing class:
ServerStoredDetails

public static class ServerStoredDetails.StringDetail
extends ServerStoredDetails.GenericDetail

A generic detail that should be used (extended) when representing details with a String content.


Field Summary
 
Fields inherited from class net.java.sip.communicator.service.protocol.ServerStoredDetails.GenericDetail
detailDisplayName, value
 
Constructor Summary
ServerStoredDetails.StringDetail(String detailDisplayName, String value)
           
 
Method Summary
 String getString()
           
 
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.StringDetail

public ServerStoredDetails.StringDetail(String detailDisplayName,
                                        String value)
Method Detail

getString

public String getString()

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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