Class CheckerFixerFactory.ClassDescriptor
java.lang.Object
chemaxon.structurechecker.factory.CheckerFixerFactory.ClassDescriptor
- Direct Known Subclasses:
CheckerFixerFactory.CheckerClassDescriptor
,CheckerFixerFactory.FixerClassDescriptor
- Enclosing class:
- CheckerFixerFactory
Descriptor of a class
- Since:
- 5.12
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the name of the checker classgetID()
Gets the id of the checker classgetJar()
Gets the jar containing the checker classvoid
setClassName
(String className) Sets the name of the checker classvoid
Sets the id of the checker classvoid
Sets the path of the jar containing the checker classtoString()
-
Field Details
-
id
-
className
-
jar
-
-
Constructor Details
-
ClassDescriptor
-
-
Method Details
-
setID
Sets the id of the checker class- Parameters:
id
- the id of the checker class
-
getID
Gets the id of the checker class- Returns:
- the id of the checker class
-
getClassName
Gets the name of the checker class- Returns:
- the name of the checker class
-
getJar
Gets the jar containing the checker class- Returns:
- the jar containing the checker class
-
setClassName
Sets the name of the checker class- Parameters:
className
- the name of the checker class
-
setJar
Sets the path of the jar containing the checker class- Parameters:
path
- the path of the jar containing the checker class
-
toString
-