Interface ManyValuedMetaProperty<T,R,C extends Collection<R>>

All Superinterfaces:
Comparable<MetaProperty<T,R,C>>, Identifiable, MetaProperty<T,R,C>
All Known Subinterfaces:
ManyToManyValuedMetaProperty<T,R,C,D>, OneToManyValuedMetaProperty<T,R,C>
All Known Implementing Classes:
ManyToManyPropertyLiteral, OneToManyPropertyLiteral, ToManyPropertyLiteral

public interface ManyValuedMetaProperty<T,R,C extends Collection<R>> extends MetaProperty<T,R,C>