| Package | Description |
|---|---|
| de.unknownreality.dataframe.filter |
| Modifier and Type | Method and Description |
|---|---|
ComparePredicate.Operation |
ComparePredicate.getOperation() |
static ComparePredicate.Operation |
ComparePredicate.Operation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComparePredicate.Operation[] |
ComparePredicate.Operation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ColumnComparePredicate(String headerA,
ComparePredicate.Operation op,
String headerB)
Creates a compare predicate for two given row column names and operation
|
ComparePredicate(String headerName,
ComparePredicate.Operation op,
Object value)
Creates a compare predicate for a given row column name, operation
and a value the row value is compared with
|
Copyright © 2017. All rights reserved.