Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

java.lang.Object
  extended by net.java.sip.communicator.service.protocol.ServerStoredDetails.GenericDetail
      extended by net.java.sip.communicator.service.protocol.ServerStoredDetails.BooleanDetail
Enclosing class:
ServerStoredDetails

public static class ServerStoredDetails.BooleanDetail
extends ServerStoredDetails.GenericDetail

A generic detail that should be used (extended) when representing any boolean values.


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

public ServerStoredDetails.BooleanDetail(String detailName,
                                         boolean value)
Method Detail

getBoolean

public boolean getBoolean()

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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