Package net.officefloor.frame.test
Class ParameterCapture<T>
java.lang.Object
net.officefloor.frame.test.ParameterCapture<T>
Captures a parameter value.
- Author:
- Daniel Sagenschneider
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ParameterCapture
public ParameterCapture()
-
-
Method Details
-
capture
Captures the value.- Returns:
- Parameter input to capture the value.
-
getValue
Obtains the value.- Returns:
- Value.
-