Click or drag to resize

ConfigurationCommonAddVariable Method

Overload List
  NameDescription
Public methodAddVariable(String, String, Object)
Add a global variable.

Use the runtime API to set variable values or EPL statements to change variable values.

Public methodAddVariable(String, Type, Object)
Add a global variable.

Use the runtime API to set variable values or EPL statements to change variable values.

Public methodAddVariable(String, String, Object, Boolean)
Add a global variable, allowing constants.

Use the runtime API to set variable values or EPL statements to change variable values.

Public methodAddVariable(String, Type, Object, Boolean)
Add variable that can be a constant.
Top
See Also