public class AndInfo extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Compares this AndInfo to the specified object.
|
String |
getLeftExpr()
Gets the value of the left expression.
|
String |
getLogic()
Gets the value of the logic.
|
String |
getOperator()
Gets the value of the operator.
|
String |
getRightExpr()
Gets the value of the right expression.
|
boolean |
isEndOfGroup()
Whether this is the last condition in a group.
|
String |
toString()
Returns a string representing this AndInfo's values.
|
public String getLeftExpr()
public String getOperator()
public String getRightExpr()
public String getLogic()
public boolean isEndOfGroup()
public boolean equals(Object obj)
© insightsoftware. All rights reserved.