- Enclosing interface:
Parameter
public static interface Parameter.Factory
A factory for creating parameters.
- Since:
- 1.6
- Author:
- Jeremy Kuhn
-
Method Summary
-
Method Details
-
create
Creates a parameter with the specified name and value.
- Type Parameters:
T
- the value type- Parameters:
name
- the namevalue
- the value- Returns:
- a new parameter
-