Class MetadataDataSource

  • All Implemented Interfaces:
    java.io.Serializable

    public class MetadataDataSource
    extends JSONObject
    Represent a data source for a given field. This is used in both 'Set' and 'Enum' field types. The datasource holds a list of the valid values to be used with the corresponding metadata field.
    See Also:
    Serialized Form
    • Constructor Detail

      • MetadataDataSource

        public MetadataDataSource​(java.util.List<MetadataDataSource.Entry> entries)
        Creates a new instance of data source with the given list of entries.
        Parameters:
        entries -