| Package | Description |
|---|---|
| org.openl.rules.types.impl |
| Modifier and Type | Method and Description |
|---|---|
MatchingResult |
MatchingConstraint.match(ITableProperties properties,
IRulesRuntimeContext context) |
MatchingResult |
DefaultPropertiesContextMatcher.match(String propName,
ITableProperties props,
IRulesRuntimeContext context) |
MatchingResult |
IPropertiesContextMatcher.match(String propertyName,
ITableProperties tableProperties,
IRulesRuntimeContext context)
Matcher compares a single Table property and returns one of the 3 values NO_MATCH, if a property does not match
with a context variable MATCH_BY_DEFAULT, for example, context has value for LOB, but properties have empty value
MATCH
|
MatchingResult |
MatchingConstraint.matchValues(P propertyValue,
C contextValue) |
static MatchingResult |
MatchingResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MatchingResult[] |
MatchingResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2004–2019 OpenL Tablets. All rights reserved.