propertyDescriptor
| Namespace: |
(default namespace) |
| XML Schema: |
ns0.xsd |
A description of a processor property.
XML
Elements
| name (type) |
min/max occurs |
description |
|
allowableValues (allowableValue)
|
0/unbounded |
The set of allowable values for this property. If empty then the
allowable values are not constrained.
|
|
defaultValue (string)
|
0/1 |
The default value for this property.
|
|
description (string)
|
0/1 |
And explanation of the meaning of the given property. This
description is meant to be displayed to a user or simply provide a
mechanism of documenting intent.
|
|
name (string)
|
0/1 |
The property name.
|
|
displayName (string)
|
0/1 |
The human-readable name to display to users.
|
|
required (boolean)
|
1/1 |
Determines whether the property is required for this processor.
|
|
sensitive (boolean)
|
1/1 |
Indicates that the value for this property should be considered
sensitive and protected whenever stored or represented.
|
|
dynamic (boolean)
|
1/1 |
Indicates whether this property is dynamic.
|
|
supportsEl (boolean)
|
1/1 |
Specifies whether or not this property support expression language.
|
JSON
| property |
type |
description |
| allowableValues |
array of allowableValues (allowableValue)
|
The set of allowable values for this property. If empty then the
allowable values are not constrained.
|
| defaultValue |
defaultValue (string)
|
The default value for this property.
|
| description |
description (string)
|
And explanation of the meaning of the given property. This
description is meant to be displayed to a user or simply provide a
mechanism of documenting intent.
|
| name |
name (string)
|
The property name.
|
| displayName |
displayName (string)
|
The human-readable name to display to users.
|
| required |
required (boolean)
|
Determines whether the property is required for this processor.
|
| sensitive |
sensitive (boolean)
|
Indicates that the value for this property should be considered
sensitive and protected whenever stored or represented.
|
| dynamic |
dynamic (boolean)
|
Indicates whether this property is dynamic.
|
| supportsEl |
supportsEl (boolean)
|
Specifies whether or not this property support expression language.
|