Package net.officefloor.plugin.variable
Interface In<T>
- All Known Subinterfaces:
Var<T>
- All Known Implementing Classes:
MockVar
public interface In<T>
Provides input to retrieve variable value.
- Author:
- Daniel Sagenschneider
-
Method Summary
-
Method Details
-
get
T get()Retrieves the value for the variable.- Returns:
- Value for the variable.
-