public static interface PrairieMetadata.Value
 Prior to PrairieView 5.2, these were expressed as <Key> elements:
 
 From 5.2 onwards, they are @{code 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | description() | 
| PrairieMetadata.Value | get(int index) | 
| PrairieMetadata.Value | get(java.lang.Object key) | 
| boolean | isTable() | 
| java.lang.String | value() | 
boolean isTable()
PrairieMetadata.Value get(java.lang.Object key)
PrairieMetadata.Value get(int index)
java.lang.String value()
java.lang.String description()
Copyright © 2019 Open Microscopy Environment