public static class PrairieMetadata.ValueTable extends java.util.HashMap<java.lang.String,PrairieMetadata.Value> implements PrairieMetadata.Value
PrairieMetadata.ValueItem
)
or a sub-table (PrairieMetadata.ValueTable
).Constructor and Description |
---|
ValueTable() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
description() |
PrairieMetadata.Value |
get(int index) |
boolean |
isTable() |
java.lang.String |
value() |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
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 java.lang.String value()
value
in interface PrairieMetadata.Value
public java.lang.String description()
description
in interface PrairieMetadata.Value
Copyright © 2018 Open Microscopy Environment