Interface InverseOneValuedMetaProperty<T,R>

All Superinterfaces:
InvertibleMetaProperty<T,R,T>
All Known Subinterfaces:
OneToManyValuedMetaProperty<T,R,C>, OneToOneValuedMetaProperty<T,R>
All Known Implementing Classes:
OneToManyPropertyLiteral, OneToOnePropertyLiteral

public interface InverseOneValuedMetaProperty<T,R> extends InvertibleMetaProperty<T,R,T>