public interface IMatcherBuilder
| Modifier and Type | Field and Description |
|---|---|
static String |
OP_MATCH
Both are equal or actual value is in range.
|
static String |
OP_MAX
variable is less or equal to check value
|
static String |
OP_MIN
variable is bigger or equal to check value
|
| Modifier and Type | Method and Description |
|---|---|
IMatcher |
getInstanceIfSupports(IOpenClass type)
Get instance of matcher for a given type.
|
String |
getName()
Get name of match operation.
|
static final String OP_MATCH
static final String OP_MIN
static final String OP_MAX
IMatcher getInstanceIfSupports(IOpenClass type)
It can create new instance of the matcher each time or return *itself* if one matcher is enough. It is useful for enums and e.t.c
type - variable's classString getName()
Copyright © 2004–2019 OpenL Tablets. All rights reserved.