public abstract class AbstractStructureFixer extends Object implements StructureFixer
StructureFixer
interfaceConstructor and Description |
---|
AbstractStructureFixer()
Constructor to create a Structure fixer
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
StructureFixerDescriptor |
getDescriptor()
Gets the descriptor object of the fixer.
|
String |
getName() |
void |
setDescription(String description)
Sets the description of the fixer
|
void |
setName(String name)
Sets the name of the fixer
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
fix
public AbstractStructureFixer()
public String getName()
getName
in interface StructureFixer
public void setName(String name)
StructureFixer
setName
in interface StructureFixer
name
- is a String
instancepublic String getDescription()
getDescription
in interface StructureFixer
public void setDescription(String description)
StructureFixer
setDescription
in interface StructureFixer
description
- is a String
instancepublic StructureFixerDescriptor getDescriptor()
StructureFixer
getDescriptor
in interface StructureFixer