Package ome.model
Interface IEnum
-
- All Superinterfaces:
Filterable
,IObject
,java.io.Serializable
- All Known Implementing Classes:
AcquisitionMode
,AdminPrivilege
,ArcType
,Binning
,ChecksumAlgorithm
,ContrastMethod
,Correction
,DetectorType
,DimensionOrder
,EventType
,ExperimentType
,Family
,FilamentType
,FilterType
,Format
,Illumination
,Immersion
,JobStatus
,LaserMedium
,LaserType
,Medium
,MicrobeamManipulationType
,MicroscopeType
,PhotometricInterpretation
,PixelsType
,ProjectionAxis
,ProjectionType
,Pulse
,RenderingModel
public interface IEnum extends IObject
interface for all domain enumarations. Mostly a marker interface, but does provide access to the single value associated with this instance (SeegetValue()
)- Since:
- 3.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getValue()
the single String value associated with this instance.-
Methods inherited from interface ome.util.Filterable
acceptFilter
-
-