Package ome.xml.model.enums.handlers
Interface IEnumerationHandler
- All Known Implementing Classes:
AcquisitionModeEnumHandler,ArcTypeEnumHandler,BinningEnumHandler,CompressionEnumHandler,ContrastMethodEnumHandler,CorrectionEnumHandler,DetectorTypeEnumHandler,DimensionOrderEnumHandler,ExperimentTypeEnumHandler,FilamentTypeEnumHandler,FillRuleEnumHandler,FilterTypeEnumHandler,FontFamilyEnumHandler,FontStyleEnumHandler,IlluminationTypeEnumHandler,ImmersionEnumHandler,LaserMediumEnumHandler,LaserTypeEnumHandler,MarkerEnumHandler,MediumEnumHandler,MicrobeamManipulationTypeEnumHandler,MicroscopeTypeEnumHandler,NamingConventionEnumHandler,PixelTypeEnumHandler,PulseEnumHandler,UnitsElectricPotentialEnumHandler,UnitsFrequencyEnumHandler,UnitsLengthEnumHandler,UnitsPowerEnumHandler,UnitsPressureEnumHandler,UnitsTemperatureEnumHandler,UnitsTimeEnumHandler
public interface IEnumerationHandler
An enumeration provider for making OME data model enumerations available.
-
Method Summary
Modifier and TypeMethodDescriptionClass<? extends Enumeration>Retrieve the entity corresponding to this handler.getEnumeration(String value) Attempt to find an enumeration from a list of enumeration values.
-
Method Details
-
getEnumeration
Attempt to find an enumeration from a list of enumeration values.- Parameters:
value- Value for which to find an enumeration.- Throws:
EnumerationException
-
getEntity
Class<? extends Enumeration> getEntity()Retrieve the entity corresponding to this handler.
-