|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.konakartadmin.app.AdminExpression.GroupResult
protected class AdminExpression.GroupResult
Class used to store temporary data when evaluating an expression
| Field Summary | |
|---|---|
private int |
andOr
|
private boolean |
result
|
| Constructor Summary | |
|---|---|
AdminExpression.GroupResult(boolean result,
int andOr)
Constructor |
|
| Method Summary | |
|---|---|
int |
getAndOr()
|
boolean |
isResult()
|
void |
setAndOr(int andOr)
|
void |
setResult(boolean result)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private boolean result
private int andOr
| Constructor Detail |
|---|
public AdminExpression.GroupResult(boolean result,
int andOr)
result - andOr - | Method Detail |
|---|
public boolean isResult()
public void setResult(boolean result)
result - the result to setpublic int getAndOr()
public void setAndOr(int andOr)
andOr - the andOr to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||