Interface CollectionAttribute<X,E>

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

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