com.ibm.ram.extension
Class CategoryConfigurationDetails
java.lang.Object
com.ibm.ram.extension.ConfigurationDetails
com.ibm.ram.extension.CategoryConfigurationDetails
public class CategoryConfigurationDetails
- extends ConfigurationDetails
This class can be used to request a set of category URIs.
At runtime the value returned in the parameter will be a semicolon ';' separated String of category URIs.
- Since:
- 7.2.0.2
| Methods inherited from class com.ibm.ram.extension.ConfigurationDetails |
getDefaultValue, getDescription, getKey, getLabel, isConnectionInformation, isPassword, isTextArea, setConnectionInformation, setDefaultValue, setDescription, setKey, setLabel, setPassword, setTextArea |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CategoryConfigurationDetails
public CategoryConfigurationDetails(java.lang.String key,
java.lang.String label,
java.lang.String description)
- Parameters:
key - A unique key for the configuration.label - A label for the configuration that will be displayed to the Rational Asset Manager administrator.description - A description for the configuration that will be displayed to the Rational Asset Manager administrator.- Since:
- 7.2.0.2
CategoryConfigurationDetails
public CategoryConfigurationDetails(java.lang.String key,
java.lang.String label,
java.lang.String description,
java.lang.String defaultValue)
- Parameters:
key - A unique key for the configuration.label - A label for the configuration that will be displayed to the Rational Asset Manager administrator.description - A description for the configuration that will be displayed to the Rational Asset Manager administrator.defaultValue - Category URIs separated by semicolon ';'.- Since:
- 7.2.0.2