| Constructor and description |
|---|
BindingVariable(Object value)Create a new binding variable with the given value. |
BindingVariable(Object value, Class type)Create a new binding variable with the given value and type. |
BindingVariable(Object value, Class type, String link)Create a new binding variable with the given value, type, and documentation link. |
Optional link to documentation (Javadoc/Groovydoc).
Binding variable type.
Binding value.
Create a new binding variable with the given value. Type of variable will be derived from it's class.
value - binding valueCreate a new binding variable with the given value and type.
value - binding valuetype - binding variable type