Uses of Class
org.openl.rules.types.impl.MatchingResult
-
Packages that use MatchingResult Package Description org.openl.rules.types.impl -
-
Uses of MatchingResult in org.openl.rules.types.impl
Methods in org.openl.rules.types.impl that return MatchingResult Modifier and Type Method Description MatchingResultDefaultPropertiesContextMatcher. match(String propName, ITableProperties props, IRulesRuntimeContext context)MatchingResultIPropertiesContextMatcher. 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 MATCHMatchingResultMatchingConstraint. match(ITableProperties properties, IRulesRuntimeContext context)MatchingResultMatchingConstraint. matchValues(P propertyValue, C contextValue)static MatchingResultMatchingResult. 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.
-