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 T
get()
Retrieves the value for the variable.void
set(T value)
Sets the value for the variable.
-