public class Expression extends Object implements Serializable
| Constructor and Description | 
|---|
| Expression() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addApiMethod(String key,
                        String value)Method addApiMethod. | 
| void | addCliOption(String key,
                        String value)Method addCliOption. | 
| Properties | getApiMethods()Method getApiMethods. | 
| String | getBan()Get a preferred alternative to this expression, in the case
 where it's banned from use. | 
| Properties | getCliOptions()Method getCliOptions. | 
| String | getConfiguration()Get the place and syntax used to change the value of this
 expression. | 
| String | getDeprecation()Get a preferred alternative to this expression, in the case
 where it's deprecated. | 
| String | getDescription()Get the description of what this expression references, and
 what it's generally used for. | 
| String | getSyntax()Get the syntax of the expression. | 
| boolean | isEditable()Get whether the value of this expression can be changed. | 
| void | setApiMethods(Properties apiMethods)Set the programmatic methods used to change the value of
 this expression. | 
| void | setBan(String ban)Set a preferred alternative to this expression, in the case
 where it's banned from use. | 
| void | setCliOptions(Properties cliOptions)Set the command-line switches used to change the value of
 this expression. | 
| void | setConfiguration(String configuration)Set the place and syntax used to change the value of this
 expression. | 
| void | setDeprecation(String deprecation)Set a preferred alternative to this expression, in the case
 where it's deprecated. | 
| void | setDescription(String description)Set the description of what this expression references, and
 what it's generally used for. | 
| void | setEditable(boolean editable)Set whether the value of this expression can be changed. | 
| void | setSyntax(String syntax)Set the syntax of the expression. | 
public Expression()
public void addApiMethod(String key, String value)
key - value - public void addCliOption(String key, String value)
key - value - public Properties getApiMethods()
public String getBan()
public Properties getCliOptions()
public String getConfiguration()
public String getDeprecation()
public String getDescription()
public boolean isEditable()
public void setApiMethods(Properties apiMethods)
apiMethods - public void setBan(String ban)
ban - public void setCliOptions(Properties cliOptions)
cliOptions - public void setConfiguration(String configuration)
configuration - public void setDeprecation(String deprecation)
deprecation - public void setDescription(String description)
description - public void setEditable(boolean editable)
editable - Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.