public static class PrairieMetadata.ValueTable extends HashMap<String,PrairieMetadata.Value> implements PrairieMetadata.Value
PrairieMetadata.ValueItem
)
or a sub-table (PrairieMetadata.ValueTable
).AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
PrairieMetadata.ValueTable() |
Modifier and Type | Method and Description |
---|---|
String |
description() |
PrairieMetadata.Value |
get(int index) |
boolean |
isTable() |
String |
value() |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
equals, hashCode, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
get
public boolean isTable()
isTable
in interface PrairieMetadata.Value
public PrairieMetadata.Value get(int index)
get
in interface PrairieMetadata.Value
public String value()
value
in interface PrairieMetadata.Value
public String description()
description
in interface PrairieMetadata.Value
Copyright © 2016 Open Microscopy Environment