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>
public static final class SingleVariantModelBasicFix.FixConfigurer extends Object
Configuration container for theSingleVariantModelBasicFix
descendants allowing them to specify fix parameters via the pure Java API
-
-
Constructor Summary
Constructors Constructor Description FixConfigurer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
description(String description)
Sets the static description for the fixvoid
description(BiFunction<BasicModelFixContext,IFixSession,String> descriptionSupplier)
Sets the dynamic description supplier for the fix.
-
-
-
Method Detail
-
description
public void description(BiFunction<BasicModelFixContext,IFixSession,String> descriptionSupplier)
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
public void description(String description)
Sets the static description for the fix- Parameters:
description
- The description to set. May not benull
-
-