Class ManyToManyPropertyLiteral<T,R>

java.lang.Object
org.drools.traits.core.metadata.PropertyLiteral<T,R,List<R>>
org.drools.traits.core.metadata.ToManyPropertyLiteral<T,R>
org.drools.traits.core.metadata.ManyToManyPropertyLiteral<T,R>
All Implemented Interfaces:
Serializable, Comparable<MetaProperty<T,R,List<R>>>, Identifiable, InverseManyValuedMetaProperty<T,R,List<T>>, InvertibleMetaProperty<T,R,List<T>>, ManyToManyValuedMetaProperty<T,R,List<R>,List<T>>, ManyValuedMetaProperty<T,R,List<R>>, MetaProperty<T,R,List<R>>

public abstract class ManyToManyPropertyLiteral<T,R> extends ToManyPropertyLiteral<T,R> implements ManyToManyValuedMetaProperty<T,R,List<R>,List<T>>
See Also: