| Package | Description |
|---|---|
| org.apache.gora.filter |
| Modifier and Type | Field and Description |
|---|---|
protected FilterOp |
SingleFieldValueFilter.filterOp |
protected FilterOp |
MapFieldValueFilter.filterOp |
| Modifier and Type | Method and Description |
|---|---|
FilterOp |
SingleFieldValueFilter.getFilterOp() |
FilterOp |
MapFieldValueFilter.getFilterOp() |
static FilterOp |
FilterOp.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FilterOp[] |
FilterOp.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SingleFieldValueFilter.setFilterOp(FilterOp filterOp) |
void |
MapFieldValueFilter.setFilterOp(FilterOp filterOp) |
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.