Class PropertyRelationModel

All Implemented Interfaces:
PropertyDescriptorIF, Serializable

public class PropertyRelationModel extends PropertyListBase
Select an element from the list of the first descriptor which complies the second descriptor. The first descriptor has to return a list and the second has to return a boolean. For each element of the list of the first descriptor the second descriptor is evaluated and if true, the element is returned.
Version:
11.4
Author:
jna
See Also: