Interface OneToOneValuedMetaProperty<T,R>

All Superinterfaces:
Comparable<MetaProperty<T,R,R>>, Identifiable, InverseOneValuedMetaProperty<T,R>, InvertibleMetaProperty<T,R,T>, MetaProperty<T,R,R>, OneValuedMetaProperty<T,R>
All Known Implementing Classes:
OneToOnePropertyLiteral

public interface OneToOneValuedMetaProperty<T,R> extends OneValuedMetaProperty<T,R>, InverseOneValuedMetaProperty<T,R>