public static class PrairieMetadata.ValueItem extends Object implements PrairieMetadata.Value
value()
as well as an optional
description()
.Modifier and Type | Field and Description |
---|---|
private String |
description |
private String |
value |
Constructor and Description |
---|
ValueItem(String value,
String description) |
Modifier and Type | Method and Description |
---|---|
String |
description() |
PrairieMetadata.Value |
get(int index) |
PrairieMetadata.Value |
get(Object key) |
boolean |
isTable() |
String |
toString() |
String |
value() |
public boolean isTable()
isTable
in interface PrairieMetadata.Value
public PrairieMetadata.Value get(Object key)
get
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 © 2017 Open Microscopy Environment