ome.formats.enums.handler
Interface EnumerationHandler


public interface EnumerationHandler

An enumeration handler whose purpose is to provide extra logic, such as regular expression matching, for the lookup of enumerations for a specific type.

Author:
Chris Allan

Method Summary
 omero.model.IObject findEnumeration(HashMap<String,omero.model.IObject> enumerations, String value)
          Attempt to find an enumeration from an existing set of enumeration values.
 

Method Detail

findEnumeration

omero.model.IObject findEnumeration(HashMap<String,omero.model.IObject> enumerations,
                                    String value)
Attempt to find an enumeration from an existing set of enumeration values.

Parameters:
enumerations - Exhaustive set of enumerations of this type.
value - Value to look for an enumeration of.
Returns:
An IObject object or null.


OmeroJava Api

Version: 4.3.3-00d1137e-b2894

Copyright © 2009 The University of Dundee. All Rights Reserved.