| Constructor and Description |
|---|
NumberMatchMatcher(Class<?> directClass,
Class<?> rangeClass) |
| Modifier and Type | Method and Description |
|---|---|
Object |
fromString(String checkValue)
Parse matching object from string.
|
protected Class<?> |
getDirectClass() |
boolean |
match(Object var,
Object checkValue)
Check whether actual value and check value are match or satisfy matching operation.
|
public Object fromString(String checkValue)
IMatcherNote that type of return value can depend on format of checkValue. For example, it can be Integer or IntRange.
fromString in interface IMatchercheckValue - string value of a cellprotected Class<?> getDirectClass()
Copyright © 2004–2019 OpenL Tablets. All rights reserved.