public final class Condition extends SearchRule implements java.io.Serializable
SearchRule.SearchDepthSearchCriteria.Argument, SearchCriteria.Operator| Constructor and Description |
|---|
Condition(java.lang.Object arg1,
java.lang.Object arg2,
SearchCriteria.Operator operator)
Normal condition using the specified arguments and condition operator.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getSecondArgument()
Returns the second argument value in the criteria.
|
boolean |
isSubstituteArg2() |
equals, hashCode, toStringgetFirstArgument, getOperatorpublic Condition(java.lang.Object arg1,
java.lang.Object arg2,
SearchCriteria.Operator operator)
arg1 - arg2 - operator - public java.lang.Object getSecondArgument()
SearchCriteriagetSecondArgument in class SearchCriteriapublic boolean isSubstituteArg2()