\r\n

51Degrees Pipeline Java  4.4

51Degrees Pipeline for Java

fiftyone.pipeline.core.data.PropertyMatcher Interface Reference

Detailed Description

Matcher interface used primarily by the FlowData#getWhere(PropertyMatcher) method to filter properties.

Inheritance diagram for fiftyone.pipeline.core.data.PropertyMatcher:

[legend]

Public Member Functions

boolean  isMatch (ElementPropertyMetaData property)
Returns true if the property is considered a match. More...

Member Function Documentation

◆ isMatch()

boolean fiftyone.pipeline.core.data.PropertyMatcher.isMatch ( ElementPropertyMetaData   property )

Returns true if the property is considered a match.

Parameters
property - the property to check
Returns
true if the property is considered a match