Class MetaData.OptionsValue

java.lang.Object
se.conciliate.extensions.documents.MetaData<Collection<String>>
se.conciliate.extensions.documents.MetaData.OptionsValue
Enclosing class:
MetaData<T>

public static final class MetaData.OptionsValue extends MetaData<Collection<String>>
Represents a value chosen from a set list of values. The meta data type is a MetaDataType.OptionsMetaDataType and the data will be presented as a drop down box or a table depending on the input descriptor's InputDescriptor.OptionsDescriptor.isSingleSelection().