Package | Description |
---|---|
loci.formats |
Bio-Formats: a library for reading and writing popular microscopy file
formats.
|
ome.xml.meta | |
ome.xml.model | |
ome.xml.model.enums |
Modifier and Type | Method and Description |
---|---|
protected ExperimentType |
FormatReader.getExperimentType(String value)
Retrieves an
ExperimentType enumeration
value for the given String. |
Modifier and Type | Method and Description |
---|---|
ExperimentType |
AggregateMetadata.getExperimentType(int experimentIndex) |
ExperimentType |
MetadataRetrieve.getExperimentType(int experimentIndex) |
ExperimentType |
OMEXMLMetadataImpl.getExperimentType(int experimentIndex) |
ExperimentType |
DummyMetadata.getExperimentType(int experimentIndex) |
Modifier and Type | Method and Description |
---|---|
void |
AggregateMetadata.setExperimentType(ExperimentType type,
int experimentIndex) |
void |
OMEXMLMetadataImpl.setExperimentType(ExperimentType type,
int experimentIndex) |
void |
MetadataStore.setExperimentType(ExperimentType type,
int experimentIndex) |
void |
FilterMetadata.setExperimentType(ExperimentType type,
int experimentIndex) |
void |
DummyMetadata.setExperimentType(ExperimentType type,
int experimentIndex) |
Modifier and Type | Method and Description |
---|---|
ExperimentType |
Experiment.getType() |
Modifier and Type | Method and Description |
---|---|
void |
Experiment.setType(ExperimentType type) |
Modifier and Type | Method and Description |
---|---|
static ExperimentType |
ExperimentType.fromString(String value) |
static ExperimentType |
ExperimentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExperimentType[] |
ExperimentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014 Open Microscopy Environment