public interface IFilterItem
| Modifier and Type | Field and Description |
|---|---|
static char |
AND |
static char |
APPROX_STARTSEQ |
static char |
CLOSER |
static char |
EQUAL |
static char |
ESCAPE |
static char |
GREATER_STARTSEQ |
static char |
LESS_STARTSEQ |
static char |
NOT |
static char |
OPENER |
static char |
OR |
| Modifier and Type | Method and Description |
|---|---|
AttributeLinker |
getParent()
getter for parent filter item
|
boolean |
isInvert()
getter for invert state
|
boolean |
matches(Map<String,IMatchable> properties)
check
properties match filter item |
IFilterItem |
setInvert(boolean invert)
setter for inverted state
|
static final char OPENER
static final char CLOSER
static final char ESCAPE
static final char NOT
static final char AND
static final char OR
static final char LESS_STARTSEQ
static final char GREATER_STARTSEQ
static final char APPROX_STARTSEQ
static final char EQUAL
boolean isInvert()
IFilterItem setInvert(boolean invert)
invert - invert stateAttributeLinker getParent()
boolean matches(Map<String,IMatchable> properties)
properties match filter itemproperties - properties match filter item, otherwise falseCopyright © 2020. All rights reserved.