public class CorrectionEnumHandler extends java.lang.Object implements IEnumerationHandler
Constructor and Description |
---|
CorrectionEnumHandler() |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends Enumeration> |
getEntity()
Retrieve the entity corresponding to this handler.
|
Enumeration |
getEnumeration(java.lang.String value)
Attempt to find an enumeration from a list of enumeration values.
|
public Enumeration getEnumeration(java.lang.String value) throws EnumerationException
IEnumerationHandler
getEnumeration
in interface IEnumerationHandler
value
- Value for which to find an enumeration.EnumerationException
public java.lang.Class<? extends Enumeration> getEntity()
IEnumerationHandler
getEntity
in interface IEnumerationHandler
Copyright © 2014 Open Microscopy Environment