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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.drools.traits.core.metadata.MetaProperty<R,T,D>getInverse()
-