public class Condition extends BaseObject implements Serializable
Condition is used to check whether the owning element should be displayed.| Modifier and Type | Field and Description |
|---|---|
protected String |
expression |
| Constructor and Description |
|---|
Condition() |
| Modifier and Type | Method and Description |
|---|---|
String |
getExpression()
An expression that must evaluate to
true or false |
void |
setExpression(String value)
Sets the value of the expression property.
|
protected String expression
Copyright © 2011–2023 aiticon GmbH. All rights reserved.