This type is a class for model objects.
@system class Self Described property allow a flexible for adding a new configuration options without changing the WCCM Model.Self described property is for WebSphere internal use to create new configuration data; it is not for custom user configuration data.
Package: propertiesAttributes Summary | |
displayNameKey : EString | A key to retrieve the display name in the plugin.nlsprops file. |
nlsRangeKey : EString | It is a reference to the label (translated range value) in the plugin.nlsprops file that will be used by admin console. |
hoverHelpKey : EString | It is a reference key to the string in the plugin.nlsprops that is displayed when you place the cursor over the field. |
range : EString | Specified the value range. If it's an integer range, specify it as "low-high". If it's a string range, specify a list of string seprated by comma. For example, Value range for integer: "1-10" Value range for string: "lazy.persisting.always" |
inclusive : EBoolean | Specified the value range to be inclusive or not. |
firstClass : EBoolean | Specified whether the attribute is first class or not. |
Attribute Details |