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

All Superinterfaces:
Comparable<MetaProperty<T,R,C>>, Identifiable, InverseOneValuedMetaProperty<T,R>, InvertibleMetaProperty<T,R,T>, ManyValuedMetaProperty<T,R,C>, MetaProperty<T,R,C>
All Known Implementing Classes:
OneToManyPropertyLiteral

public interface OneToManyValuedMetaProperty<T,R,C extends Collection<R>> extends ManyValuedMetaProperty<T,R,C>, InverseOneValuedMetaProperty<T,R>