Package chemaxon.standardizer
Class StandardizerActionFactory.StandardizerClassDescriptor
java.lang.Object
chemaxon.standardizer.StandardizerActionFactory.StandardizerClassDescriptor
- Enclosing class:
- StandardizerActionFactory
Descriptor of a standardizer class
- Since:
- 6.0
-
Field Summary
-
Constructor Summary
ConstructorDescriptionInitializes an empty standardizer class descriptorStandardizerClassDescriptor
(String id, String className, String jar, String editorClassName) Initializes a standardizer class descriptor -
Method Summary
Modifier and TypeMethodDescriptionGets the name of the standardizer classGets the name of the editor of the standardizer classgetID()
Gets the id of the standardizer classgetJar()
Gets the jar containing the standardizer classvoid
setClassName
(String className) Sets the name of the standardizer classvoid
setEditorClassName
(String editorClassName) Sets the name of the editor of the standardizer classvoid
Sets the id of the standardizer classvoid
Sets the path of the jar containing the standardizer classtoString()
-
Field Details
-
id
-
className
-
jar
-
-
Constructor Details
-
StandardizerClassDescriptor
public StandardizerClassDescriptor()Initializes an empty standardizer class descriptor -
StandardizerClassDescriptor
Initializes a standardizer class descriptor- Parameters:
id
- the identifier of the classclassName
- the name of the class of the standardizerjar
- the container of the classeditorClassName
- the name of the class of the editor component for the standardizer
-
-
Method Details
-
setID
Sets the id of the standardizer class- Parameters:
id
- the id of the standardizer class
-
getID
Gets the id of the standardizer class- Returns:
- the id of the standardizer class
-
getClassName
Gets the name of the standardizer class- Returns:
- the name of the standardizer class
-
getJar
Gets the jar containing the standardizer class- Returns:
- the jar containing the standardizer class
-
setClassName
Sets the name of the standardizer class- Parameters:
className
- the name of the standardizer class
-
setJar
Sets the path of the jar containing the standardizer class- Parameters:
path
- the path of the jar containing the standardizer class
-
getEditorClassName
Gets the name of the editor of the standardizer class- Returns:
- the name of the editor of the standardizer class
-
setEditorClassName
Sets the name of the editor of the standardizer class- Parameters:
editorClassName
- the name of the editor of the standardizer class
-
toString
-