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.EnumerationExceptionClass<? extends Enumeration> getEntity()
Copyright © 2014 Open Microscopy Environment