2.30. Data-Class: SimplePropDef
A simple property definition
Copy linkLink copied to clipboard!
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. |