Uses of Enum Class
ome.xml.model.enums.MicroscopeType
Packages that use MicroscopeType
-
Uses of MicroscopeType in ome.specification
Fields in ome.specification declared as MicroscopeTypeModifier and TypeFieldDescriptionstatic final MicroscopeTypeXMLMockObjects.MICROSCOPE_TYPEThe default type of a microscope. -
Uses of MicroscopeType in ome.xml.meta
Methods in ome.xml.meta that return MicroscopeTypeModifier and TypeMethodDescriptionAggregateMetadata.getMicroscopeType(int instrumentIndex) DummyMetadata.getMicroscopeType(int instrumentIndex) MetadataRetrieve.getMicroscopeType(int instrumentIndex) Get the Type property of Microscope.OMEXMLMetadataImpl.getMicroscopeType(int instrumentIndex) Methods in ome.xml.meta with parameters of type MicroscopeTypeModifier and TypeMethodDescriptionvoidAggregateMetadata.setMicroscopeType(MicroscopeType type, int instrumentIndex) voidDummyMetadata.setMicroscopeType(MicroscopeType type, int instrumentIndex) voidFilterMetadata.setMicroscopeType(MicroscopeType type, int instrumentIndex) voidMetadataStore.setMicroscopeType(MicroscopeType type, int instrumentIndex) Set the Type property of Microscope.voidOMEXMLMetadataImpl.setMicroscopeType(MicroscopeType type, int instrumentIndex) -
Uses of MicroscopeType in ome.xml.model
Methods in ome.xml.model that return MicroscopeTypeMethods in ome.xml.model with parameters of type MicroscopeType -
Uses of MicroscopeType in ome.xml.model.enums
Methods in ome.xml.model.enums that return MicroscopeTypeModifier and TypeMethodDescriptionstatic MicroscopeTypeMicroscopeType.fromString(String value) static MicroscopeTypeReturns the enum constant of this class with the specified name.static MicroscopeType[]MicroscopeType.values()Returns an array containing the constants of this enum class, in the order they are declared.