public class AndInfo
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
Compares this AndInfo to the specified object.
|
java.lang.String |
getLeftExpr()
Gets the value of the left expression.
|
java.lang.String |
getLogic()
Gets the value of the logic.
|
java.lang.String |
getOperator()
Gets the value of the operator.
|
java.lang.String |
getRightExpr()
Gets the value of the right expression.
|
boolean |
isEndOfGroup()
Whether this is the last condition in a group.
|
java.lang.String |
toString()
Returns a string representing this AndInfo's values.
|
public java.lang.String getLeftExpr()
public java.lang.String getOperator()
public java.lang.String getRightExpr()
public java.lang.String getLogic()
public boolean isEndOfGroup()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
className@hashCode[ leftExrepssion | operator | rightExpression | logic | isEndOfGroup ]
toString
in class java.lang.Object