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