| Constructor and Description |
|---|
EnumMatchMatcher(Class<?> clazz) |
| Modifier and Type | Method and Description |
|---|---|
Object |
fromString(String checkValue)
Parse matching object from string.
|
boolean |
match(Object var,
Object checkValue)
Check whether actual value and check value are match or satisfy matching operation.
|
public EnumMatchMatcher(Class<?> clazz)
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 cellCopyright © 2004–2019 OpenL Tablets. All rights reserved.