Class SingleVariantModelBasicFix.FixConfigurer
java.lang.Object
com.e1c.g5.v8.dt.check.qfix.components.SingleVariantModelBasicFix.FixConfigurer
- Enclosing class:
- SingleVariantModelBasicFix<OC extends org.eclipse.emf.ecore.EObject>
Configuration container for the
SingleVariantModelBasicFix
descendants allowing them to specify
fix parameters via the pure Java API-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
description
(String description) Sets the static description for the fixvoid
description
(BiFunction<BasicModelFixContext, IFixSession, String> descriptionSupplier) Sets the dynamic description supplier for the fix.
-
Constructor Details
-
FixConfigurer
public FixConfigurer()
-
-
Method Details
-
description
Sets the dynamic description supplier for the fix. The description may be formed using the data from theBasicModelFixContext
- Parameters:
descriptionSupplier
- The supplier to set. May not benull
-
description
Sets the static description for the fix- Parameters:
description
- The description to set. May not benull
-