此内容没有您所选择的语言版本。
2.30. Data-Class: SimplePropDef
A simple property definition 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Description: This bean is e.g. used for parameters of operations
Name | Type | Description |
---|---|---|
name | String | The name of the property |
required | boolean | Indicates if the property is required i.e. has to have a value set |
type | org.rhq.core.domain.configuration.definition.PropertySimpleType | The type of the property |
defaultValue | String | The string representation of a default value if defined. |