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