public class CometCondition extends Object
| Constructor and Description |
|---|
CometCondition() |
CometCondition(String expr,
String op,
String value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getExpr()
Gets the expr value for this CometCondition.
|
String |
getOp()
Gets the op value for this CometCondition.
|
String |
getValue()
Gets the value value for this CometCondition.
|
int |
hashCode() |
void |
setExpr(String expr)
Sets the expr value for this CometCondition.
|
void |
setOp(String op)
Sets the op value for this CometCondition.
|
void |
setValue(String value)
Sets the value value for this CometCondition.
|
String |
toString() |
public String getExpr()
public void setExpr(String expr)
expr - public String getOp()
public void setOp(String op)
op - public String getValue()
public void setValue(String value)
value - Copyright © 2017 SAP SE. All Rights Reserved.