Matching pattern type (selection)
Specifies how to interpret the configuration of a matching pattern.
ID: MatchModeType
Constant
The matching pattern is a constant and is applied automatically without matching.
ID: MatchModeType.constant
Property name
The matching pattern is a property whose value is applied automatically without matching.
ID: MatchModeType.propname
Regular expression
The matching pattern is a regular expression.
ID: MatchModeType.regex
Pattern match
Specifies a simple matching pattern
ID: MatchModeType.simple