Package com.im.df.api.support
Class DFServiceConfiguration
- java.lang.Object
-
- com.im.df.api.support.DFServiceConfiguration
-
public final class DFServiceConfiguration extends java.lang.Object
Data holder for a user service configuration. It is used inIJCUserLoginServiceAdmin
. This object is immutable.- Author:
- Tim Dudgeon
-
-
Constructor Summary
Constructors Constructor Description DFServiceConfiguration(java.lang.String description, java.lang.String value, java.lang.String contentType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getAsText()
Get a text representation of the settings that can be editedjava.lang.String
getContentType()
A hint to allow an appropriate editor to be selected to edit the setting e.g.java.lang.String
getDescription()
Get the description for this item
-
-
-
Method Detail
-
getDescription
public java.lang.String getDescription()
Get the description for this item
-
getAsText
public java.lang.String getAsText()
Get a text representation of the settings that can be edited
-
getContentType
public java.lang.String getContentType()
A hint to allow an appropriate editor to be selected to edit the setting e.g. text/xml
-
-