Package net.officefloor.plugin.variable
Interface Out<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
set(T value)
Sets the value for the variable.
-
-
-
Method Detail
-
set
void set(T value)
Sets the value for the variable.- Parameters:
value
- Value for the variable.
-
-