Package chemaxon.fixers
Annotation Interface FixerInfo
This annotation is responsible for adding UI based meta data for
StructureFixer
implementations- Since:
- 5.9
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionReturns the action string token of the fixer.Returns the description of the fixer.Returns the name of the fixer.int
Returns the priority of the fixer.
-
Element Details
-
name
String nameReturns the name of the fixer.- Returns:
- the name of the fixer
- Default:
- "Unnamed"
-
description
String descriptionReturns the description of the fixer.- Returns:
- the description of the fixer
- Default:
- "No description"
-
actionStringToken
String actionStringTokenReturns the action string token of the fixer.- Returns:
- the action string token of the fixer
- Default:
- ""
-
priority
int priorityReturns the priority of the fixer.- Returns:
- the priority of the fixer
- Default:
- 50
-