Uses of Interface
loci.formats.in.PrairieMetadata.Value
Packages that use PrairieMetadata.Value
-
Uses of PrairieMetadata.Value in loci.formats.in
Classes in loci.formats.in that implement PrairieMetadata.ValueModifier and TypeClassDescriptionstatic classA leaf value with an actualPrairieMetadata.ValueItem.value()as well as an optionalPrairieMetadata.ValueItem.description().static classA table of values.Methods in loci.formats.in that return PrairieMetadata.ValueModifier and TypeMethodDescriptionPrairieMetadata.Value.get(int index) PrairieMetadata.ValueItem.get(int index) PrairieMetadata.ValueTable.get(int index) Gets thevalueof the given configurationkey.Gets thevalueof the givenkey, beneath thisFrame, inferring the value from the parent<Sequence>or grandparent<PVScan>section as needed.Gets thevalueof the givenkey, at the top-level<PVScan>element.Gets thevalueof the givenkey, beneath thisSequence, inferring the value from the parent<PVScan>section as needed.Methods in loci.formats.in with parameters of type PrairieMetadata.ValueModifier and TypeMethodDescriptionprivate StringPrairieMetadata.value(PrairieMetadata.Value value) Returnsvalue.value(), or null ifvalueis null.private StringPrairieMetadata.value(PrairieMetadata.Value value, int index) Returnsvalue.get(index).value(), or null ifvalueorvalue.get(index)is null.private StringPrairieMetadata.value(PrairieMetadata.Value value, String key) Returnsvalue.get(key).value(), or null ifvalueorvalue.get(key)is null.