| Package | Description |
|---|---|
| org.b3log.latke.repository |
Data access service.
|
| Modifier and Type | Method and Description |
|---|---|
FilterOperator |
PropertyFilter.getOperator()
Gets the operator.
|
static FilterOperator |
FilterOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FilterOperator[] |
FilterOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
PropertyFilter(String key,
FilterOperator operator,
Object value)
Constructor with the specified parameters.
|
Copyright © 2009–2019 B3log. All rights reserved.