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 LaserTypeXMLMockObjects. LASER_TYPEThe 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 LaserTypeAggregateMetadata. getLaserType(int instrumentIndex, int lightSourceIndex)LaserTypeDummyMetadata. getLaserType(int instrumentIndex, int lightSourceIndex)LaserTypeMetadataRetrieve. getLaserType(int instrumentIndex, int lightSourceIndex)Get the Type property of Laser.LaserTypeOMEXMLMetadataImpl. getLaserType(int instrumentIndex, int lightSourceIndex)Methods in ome.xml.meta with parameters of type LaserType Modifier and Type Method Description voidAggregateMetadata. setLaserType(LaserType type, int instrumentIndex, int lightSourceIndex)voidDummyMetadata. setLaserType(LaserType type, int instrumentIndex, int lightSourceIndex)voidFilterMetadata. setLaserType(LaserType type, int instrumentIndex, int lightSourceIndex)voidMetadataStore. setLaserType(LaserType type, int instrumentIndex, int lightSourceIndex)Set the Type property of Laser.voidOMEXMLMetadataImpl. 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 LaserTypeLaser. getType()Methods in ome.xml.model with parameters of type LaserType Modifier and Type Method Description voidLaser. 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 LaserTypeLaserType. fromString(java.lang.String value)static LaserTypeLaserType. valueOf(java.lang.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.
-