Interface ValueEngineerFactory<T,F extends GomFormElement>
- Type Parameters:
T- Generic type of the value, seegetType().
public interface ValueEngineerFactory<T,F extends GomFormElement>
A factory that is able to create a
ValueEngineer.- Since:
- 4.2.414
-
Method Summary
Modifier and TypeMethodDescriptioncreate(ValueEngineerContext<F> context) Create aValueEngineerwith the given context.getType()The value type.
-
Method Details
-
getType
The value type.- Returns:
- The value representing class.
- Since:
- 4.2.414
-
create
Create aValueEngineerwith the given context.- Parameters:
context- The context to be used for creating a value engineer.- Returns:
- The resulting value engineer.
- Since:
- 4.2.414
-