com.im.df.api 5.9

com.im.df.api.support
Class DFServiceConfiguration

java.lang.Object
  extended by com.im.df.api.support.DFServiceConfiguration

public final class DFServiceConfiguration
extends Object

Data holder for a user service configuration. It is used in IJCUserLoginServiceAdmin. This object is immutable.


Constructor Summary
DFServiceConfiguration(String description, String value, String contentType)
           
 
Method Summary
 String getAsText()
          Get a text representation of the settings that can be edited
 String getContentType()
          A hint to allow an appropriate editor to be selected to edit the setting e.g.
 String getDescription()
          Get the description for this item
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DFServiceConfiguration

public DFServiceConfiguration(String description,
                              String value,
                              String contentType)
Method Detail

getDescription

public String getDescription()
Get the description for this item


getAsText

public String getAsText()
Get a text representation of the settings that can be edited


getContentType

public String getContentType()
A hint to allow an appropriate editor to be selected to edit the setting e.g. text/xml


com.im.df.api 5.9