Package ome.xml.model.enums.handlers
Class MicroscopeTypeEnumHandler
- java.lang.Object
-
- ome.xml.model.enums.handlers.MicroscopeTypeEnumHandler
-
- All Implemented Interfaces:
IEnumerationHandler
public class MicroscopeTypeEnumHandler extends Object implements IEnumerationHandler
Enumeration handler for MicroscopeType.
-
-
Constructor Summary
Constructors Constructor Description MicroscopeTypeEnumHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
getEnumeration
public Enumeration getEnumeration(String value) throws EnumerationException
Description copied from interface:IEnumerationHandler
Attempt to find an enumeration from a list of enumeration values.- Specified by:
getEnumeration
in interfaceIEnumerationHandler
- Parameters:
value
- Value for which to find an enumeration.- Throws:
EnumerationException
-
getEntity
public Class<? extends Enumeration> getEntity()
Description copied from interface:IEnumerationHandler
Retrieve the entity corresponding to this handler.- Specified by:
getEntity
in interfaceIEnumerationHandler
-
-