Uses of Class
ome.xml.model.enums.LaserType
-
Packages that use LaserType Package Description ome.specification ome.xml.meta ome.xml.model ome.xml.model.enums -
-
Uses of LaserType in ome.specification
Fields in ome.specification declared as LaserType Modifier and Type Field Description static LaserType
XMLMockObjects. LASER_TYPE
The default type of a laser. -
Uses of LaserType in ome.xml.meta
Methods in ome.xml.meta that return LaserType Modifier and Type Method Description LaserType
AggregateMetadata. getLaserType(int instrumentIndex, int lightSourceIndex)
LaserType
DummyMetadata. getLaserType(int instrumentIndex, int lightSourceIndex)
LaserType
MetadataRetrieve. getLaserType(int instrumentIndex, int lightSourceIndex)
Get the Type property of Laser.LaserType
OMEXMLMetadataImpl. getLaserType(int instrumentIndex, int lightSourceIndex)
Methods in ome.xml.meta with parameters of type LaserType Modifier and Type Method Description void
AggregateMetadata. setLaserType(LaserType type, int instrumentIndex, int lightSourceIndex)
void
DummyMetadata. setLaserType(LaserType type, int instrumentIndex, int lightSourceIndex)
void
FilterMetadata. setLaserType(LaserType type, int instrumentIndex, int lightSourceIndex)
void
MetadataStore. setLaserType(LaserType type, int instrumentIndex, int lightSourceIndex)
Set the Type property of Laser.void
OMEXMLMetadataImpl. setLaserType(LaserType type, int instrumentIndex, int lightSourceIndex)
-
Uses of LaserType in ome.xml.model
Methods in ome.xml.model that return LaserType Modifier and Type Method Description LaserType
Laser. getType()
Methods in ome.xml.model with parameters of type LaserType Modifier and Type Method Description void
Laser. setType(LaserType type)
-
Uses of LaserType in ome.xml.model.enums
Methods in ome.xml.model.enums that return LaserType Modifier and Type Method Description static LaserType
LaserType. fromString(String value)
static LaserType
LaserType. valueOf(String name)
Returns the enum constant of this type with the specified name.static LaserType[]
LaserType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-