이 콘텐츠는 선택한 언어로 제공되지 않습니다.
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. |