Class ToManyPropertyLiteral<T,R>

java.lang.Object
org.drools.traits.core.metadata.PropertyLiteral<T,R,List<R>>
org.drools.traits.core.metadata.ToManyPropertyLiteral<T,R>
All Implemented Interfaces:
Serializable, Comparable<MetaProperty<T,R,List<R>>>, Identifiable, ManyValuedMetaProperty<T,R,List<R>>, MetaProperty<T,R,List<R>>
Direct Known Subclasses:
ManyToManyPropertyLiteral, OneToManyPropertyLiteral

public abstract class ToManyPropertyLiteral<T,R> extends PropertyLiteral<T,R,List<R>> implements ManyValuedMetaProperty<T,R,List<R>>
See Also: