Package | Description |
---|---|
loci.formats.in |
Package containing Bio-Formats file format readers.
|
Modifier and Type | Class and Description |
---|---|
static class |
PrairieMetadata.ValueItem
A leaf value with an actual
PrairieMetadata.ValueItem.value() as well as an optional
PrairieMetadata.ValueItem.description() . |
static class |
PrairieMetadata.ValueTable
A table of values.
|
Modifier and Type | Method and Description |
---|---|
PrairieMetadata.Value |
PrairieMetadata.Value.get(int index) |
PrairieMetadata.Value |
PrairieMetadata.ValueItem.get(int index) |
PrairieMetadata.Value |
PrairieMetadata.ValueTable.get(int index) |
PrairieMetadata.Value |
PrairieMetadata.Value.get(java.lang.Object key) |
PrairieMetadata.Value |
PrairieMetadata.ValueItem.get(java.lang.Object key) |
PrairieMetadata.Value |
PrairieMetadata.getConfig(java.lang.String key)
Gets the
value of the given configuration key . |
PrairieMetadata.Value |
PrairieMetadata.getValue(java.lang.String key)
Gets the
value of the given key , at the top-level
<PVScan> element. |
PrairieMetadata.Value |
PrairieMetadata.Sequence.getValue(java.lang.String key)
Gets the
value of the given key , beneath this
Sequence , inferring the value from the parent <PVScan>
section as needed. |
PrairieMetadata.Value |
PrairieMetadata.Frame.getValue(java.lang.String key)
Gets the
value of the given key , beneath this
Frame , inferring the value from the parent <Sequence>
or grandparent <PVScan> section as needed. |
Modifier and Type | Method and Description |
---|---|
private java.lang.String |
PrairieMetadata.value(PrairieMetadata.Value value)
Returns
value.value() , or null if value is null. |
private java.lang.String |
PrairieMetadata.value(PrairieMetadata.Value value,
int index)
Returns
value.get(index).value() , or null if value or
value.get(index) is null. |
private java.lang.String |
PrairieMetadata.value(PrairieMetadata.Value value,
java.lang.String key)
Returns
value.get(key).value() , or null if value or
value.get(key) is null. |
Copyright © 2020 Open Microscopy Environment