com.rubecula.darwin.core
Class Allele_Key_Resetter
java.lang.Object
com.rubecula.util.AuditableObject
com.rubecula.darwin.core.Attribute_Abstract
com.rubecula.darwin.core.Allele_Abstract
com.rubecula.darwin.core.Allele_Key_Resetter
- All Implemented Interfaces:
- Allele, Attribute, Auditable, Identifiable, Cloneable
public final class Allele_Key_Resetter
- extends Allele_Abstract
Essentially a static class - the only method is a class method
which resets the Allele key value.
- Author:
- Robin Hillyard
|
Method Summary |
static void |
resetKey()
This mechanism allows testing programs, for example, to reset the key values
for alleles. |
Allele_Key_Resetter
protected Allele_Key_Resetter(Object value)
- Protected constructor. Not normally used.
- Parameters:
value -
resetKey
public static final void resetKey()
- This mechanism allows testing programs, for example, to reset the key values
for alleles.