Interface ListAttribute<X,​E>

Type Parameters:
X - The type of the declaring entity view
E - The element type of the represented List
All Superinterfaces:
Attribute<X,​List<E>>, PluralAttribute<X,​List<E>,​E>
All Known Subinterfaces:
MethodListAttribute<X,​E>

public interface ListAttribute<X,​E>
extends PluralAttribute<X,​List<E>,​E>
Instances of the type ListAttribute represent List-valued attributes.
Since:
1.0.0
Author:
Christian Beikov