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 | 
|---|---|
| String | description() | 
| PrairieMetadata.Value | get(int index) | 
| PrairieMetadata.Value | get(Object key) | 
| boolean | isTable() | 
| String | value() | 
boolean isTable()
PrairieMetadata.Value get(Object key)
PrairieMetadata.Value get(int index)
String value()
String description()
Copyright © 2017 Open Microscopy Environment