Package org.drools.traits.core.metadata
Interface InvertibleMetaProperty<T,R,D>
- All Known Subinterfaces:
InverseManyValuedMetaProperty<T,,R, C> InverseOneValuedMetaProperty<T,,R> ManyToManyValuedMetaProperty<T,,R, C, D> ManyToOneValuedMetaProperty<T,,R, C> OneToManyValuedMetaProperty<T,,R, C> OneToOneValuedMetaProperty<T,R>
- All Known Implementing Classes:
InvertiblePropertyLiteral,ManyToManyPropertyLiteral,ManyToOnePropertyLiteral,OneToManyPropertyLiteral,OneToOnePropertyLiteral
public interface InvertibleMetaProperty<T,R,D>
-
Method Summary
-
Method Details
-
getInverse
MetaProperty<R,T, getInverse()D>
-