Interface ListValueDescriptor<T>

Type Parameters:
T - Value type
All Superinterfaces:
ListDescriptor
All Known Implementing Classes:
ReferencedListValueDescriptor, SimpleListValueDescriptor

public interface ListValueDescriptor<T> extends ListDescriptor
Descriptor of list values.
  • Method Details

    • getValues

      List<T> getValues()
      Gets values from the list described by this descriptor.
      Returns:
      List of value identifiers
    • addValue

      void addValue(T elem)
      Adds value to this list descriptor.
      Parameters:
      elem - The value to add, i.e. identifier of the list element