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

All Superinterfaces:
Comparable<MetaProperty<T,R,R>>, Identifiable, InverseManyValuedMetaProperty<T,R,C>, InvertibleMetaProperty<T,R,C>, MetaProperty<T,R,R>, OneValuedMetaProperty<T,R>
All Known Implementing Classes:
ManyToOnePropertyLiteral

public interface ManyToOneValuedMetaProperty<T,R,C extends Collection<T>> extends OneValuedMetaProperty<T,R>, InverseManyValuedMetaProperty<T,R,C>