java.util.List types or arrays. A list can include any other
type including another list or array type.
Handling of multi-dimensional arrays has not been considered. Such properties
are probably best defined with a custom org.oddjob.arooa.ArooaValue.
| Name | Description | Required |
|---|---|---|
| values | The elements of the list. | No. |
| merge | If the element is a list or array the values are merged into this list. | No. |
| unique | Ensures the list contains only unique elements. | No. |
Required: No.
Any values.
Required: No, defaults to false.
If true then sub lists are merged in with this list..
Required: No.
The element type.
<list id="list">
<values>
<value value="Hello World"/>
<value value="Goodbye World"/>
<list>
<values>
<value value="I'm in another list"/>
</values>
</list>
</values>
</list>