Interface ValueEngineerContext<F extends GomFormElement>
public interface ValueEngineerContext<F extends GomFormElement>
Context container for value engineers. This context will be given to value engineers on construction.
- Since:
- 4.2.414
- See Also:
-
Method Summary
Modifier and TypeMethodDescription@NotNull SpecialistsBroker
Provides access to a specialitsts broker.getGom()
Gives the form definition as GOM element.Get the language the engineer is targetting.boolean
Indicates, whether the engineer operates on release state.
-
Method Details
-
getGom
Gives the form definition as GOM element.- Returns:
- The GOM element.
- Since:
- 4.2.414
-
getBroker
Provides access to a specialitsts broker.- Returns:
- The broker.
- Since:
- 4.2.414
-
getLanguage
Language getLanguage()Get the language the engineer is targetting.- Returns:
- The language.
- Since:
- 4.2.414
-
isRelease
boolean isRelease()Indicates, whether the engineer operates on release state.- Returns:
true
, if operating on release state.- Since:
- 4.2.414
-