public class MatchResult
extends java.lang.Object
ConditionMatcher| Modifier and Type | Field and Description |
|---|---|
static int |
CANT_MATCH
Constant defining that the custom matcher is not capable to match the passed attribute condition.
|
static int |
MATCHED
Constant defining positive match, i.e.
|
static int |
NOT_MATCHED
Constant defining negative match, i.e.
|
| Constructor and Description |
|---|
MatchResult(int matchValue)
Construct match result with specified option.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getMatchValue()
Returns the value for this match result.
|
public static final int MATCHED
public static final int NOT_MATCHED
public static final int CANT_MATCH
Copyright © 2019 Bosch Software Innovations GmbH. All Rights Reserved.