Interface MethodPluralAttribute<X,​C,​E>

Type Parameters:
X - The type of the declaring entity view
C - The type of the represented collection
E - The element type of the represented collection
All Superinterfaces:
Attribute<X,​C>, MethodAttribute<X,​C>, PluralAttribute<X,​C,​E>
All Known Subinterfaces:
MethodCollectionAttribute<X,​E>, MethodListAttribute<X,​E>, MethodMapAttribute<X,​K,​V>, MethodMultiListAttribute<X,​E,​C>, MethodMultiMapAttribute<X,​K,​V,​C>, MethodSetAttribute<X,​E>

public interface MethodPluralAttribute<X,​C,​E>
extends PluralAttribute<X,​C,​E>, MethodAttribute<X,​C>
A plural attribute that is also a method attribute.
Since:
1.5.0
Author:
Christian Beikov