Interface IListValueDescriptor<V>

Type Parameters:
V - Type of the list elements.
All Superinterfaces:
IValueDescriptor<List<V>,IListValueBuilder<V>>, Serializable

public interface IListValueDescriptor<V> extends IValueDescriptor<List<V>,IListValueBuilder<V>>
A IValueDescriptor for a list value. The value must be a list of elements. Optionally, the length of the list can be restricted.
Since:
7.0.0
Author:
XIMA MEDIA GmbH