Uses of Class
ome.xml.model.enums.Pulse
-
Packages that use Pulse Package Description ome.xml.meta ome.xml.model ome.xml.model.enums -
-
Uses of Pulse in ome.xml.meta
Methods in ome.xml.meta that return Pulse Modifier and Type Method Description Pulse
AggregateMetadata. getLaserPulse(int instrumentIndex, int lightSourceIndex)
Pulse
DummyMetadata. getLaserPulse(int instrumentIndex, int lightSourceIndex)
Pulse
MetadataRetrieve. getLaserPulse(int instrumentIndex, int lightSourceIndex)
Get the Pulse property of Laser.Pulse
OMEXMLMetadataImpl. getLaserPulse(int instrumentIndex, int lightSourceIndex)
Methods in ome.xml.meta with parameters of type Pulse Modifier and Type Method Description void
AggregateMetadata. setLaserPulse(Pulse pulse, int instrumentIndex, int lightSourceIndex)
void
DummyMetadata. setLaserPulse(Pulse pulse, int instrumentIndex, int lightSourceIndex)
void
FilterMetadata. setLaserPulse(Pulse pulse, int instrumentIndex, int lightSourceIndex)
void
MetadataStore. setLaserPulse(Pulse pulse, int instrumentIndex, int lightSourceIndex)
Set the Pulse property of Laser.void
OMEXMLMetadataImpl. setLaserPulse(Pulse pulse, int instrumentIndex, int lightSourceIndex)
-
Uses of Pulse in ome.xml.model
Methods in ome.xml.model that return Pulse Modifier and Type Method Description Pulse
Laser. getPulse()
Methods in ome.xml.model with parameters of type Pulse Modifier and Type Method Description void
Laser. setPulse(Pulse pulse)
-
Uses of Pulse in ome.xml.model.enums
Methods in ome.xml.model.enums that return Pulse Modifier and Type Method Description static Pulse
Pulse. fromString(String value)
static Pulse
Pulse. valueOf(String name)
Returns the enum constant of this type with the specified name.static Pulse[]
Pulse. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-