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 theSingleVariantModelBasicFixdescendants allowing them to specify fix parameters via the pure Java API
- 
- 
Constructor SummaryConstructors Constructor Description FixConfigurer()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddescription(String description)Sets the static description for the fixvoiddescription(BiFunction<BasicModelFixContext,IFixSession,String> descriptionSupplier)Sets the dynamic description supplier for the fix.
 
- 
- 
- 
Method Detail- 
descriptionpublic 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 be- null
 
 - 
descriptionpublic void description(String description) Sets the static description for the fix- Parameters:
- description- The description to set. May not be- null
 
 
- 
 
-