Class BasicFix<C extends BasicFixContext>
java.lang.Object
com.e1c.g5.v8.dt.check.qfix.components.BasicFix<C>
- All Implemented Interfaces:
IFix<C>
- Direct Known Subclasses:
MultiVariantModelBasicFix,MultiVariantXtextBslModuleFix,SingleVariantBasicFix
Base implementation of {link IFix} for quick fixes.
- Supports
QuickFixannotation for the declarative definition of fixes as well providing the check binding
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the check UID the fix is intended to.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.e1c.g5.v8.dt.check.qfix.IFix
getRequiredContextType, getVariants, onRegistration
-
Constructor Details
-
BasicFix
public BasicFix()
-
-
Method Details
-
getCheckId
Description copied from interface:IFixGets the check UID the fix is intended to.- Specified by:
getCheckIdin interfaceIFix<C extends BasicFixContext>- Returns:
- The unique identifier of the check. May not be
null
-