public class DimensionOrderEnumHandler extends Object implements IEnumerationHandler
| Modifier and Type | Field and Description | 
|---|---|
private static org.slf4j.Logger | 
LOGGER
Logger for this class. 
 | 
private static Hashtable<String,String> | 
patterns
Every DimensionOrder value must match one of these patterns. 
 | 
| Constructor and Description | 
|---|
DimensionOrderEnumHandler()  | 
| 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. 
 | 
private static Hashtable<String,String> | 
makePatterns()  | 
public Enumeration getEnumeration(String value) throws EnumerationException
IEnumerationHandlergetEnumeration in interface IEnumerationHandlervalue - Value for which to find an enumeration.EnumerationExceptionpublic Class<? extends Enumeration> getEntity()
IEnumerationHandlergetEntity in interface IEnumerationHandlerCopyright © 2015 Open Microscopy Environment