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 MicroscopeType
XMLMockObjects. MICROSCOPE_TYPE
The 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 MicroscopeType
AggregateMetadata. getMicroscopeType(int instrumentIndex)
MicroscopeType
DummyMetadata. getMicroscopeType(int instrumentIndex)
MicroscopeType
MetadataRetrieve. getMicroscopeType(int instrumentIndex)
Get the Type property of Microscope.MicroscopeType
OMEXMLMetadataImpl. getMicroscopeType(int instrumentIndex)
Methods in ome.xml.meta with parameters of type MicroscopeType Modifier and Type Method Description void
AggregateMetadata. setMicroscopeType(MicroscopeType type, int instrumentIndex)
void
DummyMetadata. setMicroscopeType(MicroscopeType type, int instrumentIndex)
void
FilterMetadata. setMicroscopeType(MicroscopeType type, int instrumentIndex)
void
MetadataStore. setMicroscopeType(MicroscopeType type, int instrumentIndex)
Set the Type property of Microscope.void
OMEXMLMetadataImpl. 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 MicroscopeType
Microscope. getType()
Methods in ome.xml.model with parameters of type MicroscopeType Modifier and Type Method Description void
Microscope. 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 MicroscopeType
MicroscopeType. fromString(String value)
static MicroscopeType
MicroscopeType. valueOf(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.
-