Package org.appng.xml.platform
Class Condition
- java.lang.Object
-
- org.appng.xml.BaseObject
-
- org.appng.xml.platform.Condition
-
- All Implemented Interfaces:
Serializable
public class Condition extends BaseObject implements Serializable
AConditionis used to check whether the owning element should be displayed.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringexpression
-
Constructor Summary
Constructors Constructor Description Condition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetExpression()An expression that must evaluate totrueorfalsevoidsetExpression(String value)Sets the value of the expression property.
-
-
-
Field Detail
-
expression
protected String expression
-
-