public abstract class AbstractLeafFilter extends Object implements Filter
| Modifier and Type | Field and Description |
|---|---|
protected String |
attribute
The attribute of this leaf filter
|
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractLeafFilter(String attribute)
Instantiates a new leaf filter.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAttribute()
Gets the attribute of this leaf filter.
|
boolean |
isLeaf()
Tests to see if this filter is a leaf or branch node.
|
protected String attribute
protected AbstractLeafFilter(String attribute)
attribute - the attribute of this leaf filterpublic final boolean isLeaf()
public final String getAttribute()
Copyright © 2016. All rights reserved.