public class ThemeExpression extends Object implements Expression
Expression
for links themesExpression.Operator
Modifier and Type | Field and Description |
---|---|
protected String |
_value
The theme label.
|
Constructor and Description |
---|
ThemeExpression(String value)
Build a ThemeExpression from a label.
|
public ThemeExpression(String value)
value
- the theme label.public String build()
Expression
build
in interface Expression