Package | Description |
---|---|
ome.specification | |
ome.xml.meta | |
ome.xml.model | |
ome.xml.model.enums |
Modifier and Type | Field and Description |
---|---|
static LaserMedium |
XMLMockObjects.LASER_MEDIUM
The default type of a laser.
|
Modifier and Type | Method and Description |
---|---|
LaserMedium |
AggregateMetadata.getLaserLaserMedium(int instrumentIndex,
int lightSourceIndex) |
LaserMedium |
MetadataRetrieve.getLaserLaserMedium(int instrumentIndex,
int lightSourceIndex)
Get the LaserMedium property of Laser.
|
LaserMedium |
OMEXMLMetadataImpl.getLaserLaserMedium(int instrumentIndex,
int lightSourceIndex) |
LaserMedium |
DummyMetadata.getLaserLaserMedium(int instrumentIndex,
int lightSourceIndex) |
Modifier and Type | Method and Description |
---|---|
void |
FilterMetadata.setLaserLaserMedium(LaserMedium laserMedium,
int instrumentIndex,
int lightSourceIndex) |
void |
MetadataStore.setLaserLaserMedium(LaserMedium laserMedium,
int instrumentIndex,
int lightSourceIndex)
Set the LaserMedium property of Laser.
|
void |
AggregateMetadata.setLaserLaserMedium(LaserMedium laserMedium,
int instrumentIndex,
int lightSourceIndex) |
void |
OMEXMLMetadataImpl.setLaserLaserMedium(LaserMedium laserMedium,
int instrumentIndex,
int lightSourceIndex) |
void |
DummyMetadata.setLaserLaserMedium(LaserMedium laserMedium,
int instrumentIndex,
int lightSourceIndex) |
Modifier and Type | Method and Description |
---|---|
LaserMedium |
Laser.getLaserMedium() |
Modifier and Type | Method and Description |
---|---|
void |
Laser.setLaserMedium(LaserMedium laserMedium) |
Modifier and Type | Method and Description |
---|---|
static LaserMedium |
LaserMedium.fromString(String value) |
static LaserMedium |
LaserMedium.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LaserMedium[] |
LaserMedium.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2006–2024 Open Microscopy Environment. All rights reserved.