Package net.officefloor.plugin.variable
Interface Out<T>
- All Known Subinterfaces:
Var<T>
- All Known Implementing Classes:
MockVar
public interface Out<T>
Provides output to set a variable.
- Author:
- Daniel Sagenschneider
-
Method Summary
-
Method Details
-
set
Sets the value for the variable.- Parameters:
value- Value for the variable.
-