| Package | Description | 
|---|---|
| loci.formats.in | Package containing Bio-Formats file format readers. | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | PrairieMetadata.ValueItemA leaf value with an actual  PrairieMetadata.ValueItem.value()as well as an optionalPrairieMetadata.ValueItem.description(). | 
| static class  | PrairieMetadata.ValueTableA 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(Object key) | 
| PrairieMetadata.Value | PrairieMetadata.ValueItem. get(Object key) | 
| PrairieMetadata.Value | PrairieMetadata. getConfig(String key)Gets the  valueof the given configurationkey. | 
| PrairieMetadata.Value | PrairieMetadata. getValue(String key)Gets the  valueof the givenkey, at the top-level<PVScan>element. | 
| PrairieMetadata.Value | PrairieMetadata.Sequence. getValue(String key)Gets the  valueof the givenkey, beneath thisSequence, inferring the value from the parent<PVScan>section as needed. | 
| PrairieMetadata.Value | PrairieMetadata.Frame. getValue(String key)Gets the  valueof the givenkey, beneath thisFrame, inferring the value from the parent<Sequence>or grandparent<PVScan>section as needed. | 
| Modifier and Type | Method and Description | 
|---|---|
| private String | PrairieMetadata. value(PrairieMetadata.Value value)Returns  value.value(), or null ifvalueis null. | 
| private String | PrairieMetadata. value(PrairieMetadata.Value value,
     int index)Returns  value.get(index).value(), or null ifvalueorvalue.get(index)is null. | 
| private String | PrairieMetadata. value(PrairieMetadata.Value value,
     String key)Returns  value.get(key).value(), or null ifvalueorvalue.get(key)is null. | 
Copyright © 2017 Open Microscopy Environment