Using the value that the variable holds
You can use the value contained in a variable belonging to an imported
type in the following ways:
- You can assign the variable to another variable of the same type using the Variable update action.
- You can call a Java method on the variable (see Calling Java methods). If the Java method returns a value belonging to a standard type (string, integer, double, boolean), then you can use the result as you would use any value of that type.