public class ComparisonInfo extends Object implements Comparison, Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
ComparisonInfo.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
getFieldKey()
Name: Field Key
Dot path notation to identity the name of field to be compared
|
String |
getOperator()
Name: Operator
Operator to use to compare the field to the value.
|
List<String> |
getValues()
Name: Criteria Value(s)
Value to be compared
|
boolean |
isIgnoreCase()
Name: Ignore Case?
Check if should ignore case when doing the comparison
Default is false
If true then the case of both the specified comparison value(s) and the data value from the field should be ignored
|
public String getFieldKey()
ComparisongetFieldKey in interface Comparisonpublic String getOperator()
ComparisongetOperator in interface Comparisonpublic List<String> getValues()
ComparisongetValues in interface Comparisonpublic boolean isIgnoreCase()
ComparisonisIgnoreCase in interface ComparisonCopyright © 2004–2014 The Kuali Foundation. All rights reserved.