Class MockVar<T>
- java.lang.Object
-
- net.officefloor.model.test.variable.MockVar<T>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Tget()Retrieves the value for the variable.voidset(T value)Sets the value for the variable.
-