public interface IEnumerationHandler
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.
|
Enumeration getEnumeration(java.lang.String value) throws EnumerationException
value
- Value for which to find an enumeration.EnumerationException
java.lang.Class<? extends Enumeration> getEntity()
Copyright © 2014 Open Microscopy Environment