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

All Superinterfaces:
InvertibleMetaProperty<T,R,C>
All Known Subinterfaces:
ManyToManyValuedMetaProperty<T,R,C,D>, ManyToOneValuedMetaProperty<T,R,C>
All Known Implementing Classes:
ManyToManyPropertyLiteral, ManyToOnePropertyLiteral

public interface InverseManyValuedMetaProperty<T,R,C extends Collection<T>> extends InvertibleMetaProperty<T,R,C>