Interface ValueEngineerFactory<T,F extends GomFormElement>

Type Parameters:
T - Generic type of the value, see getType().

public interface ValueEngineerFactory<T,F extends GomFormElement>
A factory that is able to create a ValueEngineer.
Since:
4.2.414
  • Method Details

    • getType

      Class<T> getType()
      The value type.
      Returns:
      The value representing class.
      Since:
      4.2.414
    • create

      Create a ValueEngineer with the given context.
      Parameters:
      context - The context to be used for creating a value engineer.
      Returns:
      The resulting value engineer.
      Since:
      4.2.414