Uses of Class
ome.xml.model.enums.MicroscopeType
-
Packages that use MicroscopeType Package Description ome.specification ome.xml.meta ome.xml.model ome.xml.model.enums -
-
Uses of MicroscopeType in ome.specification
Fields in ome.specification declared as MicroscopeType Modifier and Type Field Description static MicroscopeTypeXMLMockObjects. MICROSCOPE_TYPEThe default type of a microscope. -
Uses of MicroscopeType in ome.xml.meta
Methods in ome.xml.meta that return MicroscopeType Modifier and Type Method Description MicroscopeTypeAggregateMetadata. getMicroscopeType(int instrumentIndex)MicroscopeTypeDummyMetadata. getMicroscopeType(int instrumentIndex)MicroscopeTypeMetadataRetrieve. getMicroscopeType(int instrumentIndex)Get the Type property of Microscope.MicroscopeTypeOMEXMLMetadataImpl. getMicroscopeType(int instrumentIndex)Methods in ome.xml.meta with parameters of type MicroscopeType Modifier and Type Method Description voidAggregateMetadata. 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 MicroscopeType Modifier and Type Method Description MicroscopeTypeMicroscope. getType()Methods in ome.xml.model with parameters of type MicroscopeType Modifier and Type Method Description voidMicroscope. setType(MicroscopeType type) -
Uses of MicroscopeType in ome.xml.model.enums
Methods in ome.xml.model.enums that return MicroscopeType Modifier and Type Method Description static MicroscopeTypeMicroscopeType. fromString(java.lang.String value)static MicroscopeTypeMicroscopeType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MicroscopeType[]MicroscopeType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-