Class ManyToOnePropertyLiteral<T,R>

java.lang.Object
org.drools.traits.core.metadata.PropertyLiteral<T,R,R>
org.drools.traits.core.metadata.ToOnePropertyLiteral<T,R>
org.drools.traits.core.metadata.ManyToOnePropertyLiteral<T,R>
All Implemented Interfaces:
Serializable, Comparable<MetaProperty<T,R,R>>, Identifiable, InverseManyValuedMetaProperty<T,R,List<T>>, InvertibleMetaProperty<T,R,List<T>>, ManyToOneValuedMetaProperty<T,R,List<T>>, MetaProperty<T,R,R>, OneValuedMetaProperty<T,R>

public abstract class ManyToOnePropertyLiteral<T,R> extends ToOnePropertyLiteral<T,R> implements ManyToOneValuedMetaProperty<T,R,List<T>>
See Also:
  • Constructor Details

    • ManyToOnePropertyLiteral

      public ManyToOnePropertyLiteral(int index, Class<T> klass, String name)
    • ManyToOnePropertyLiteral

      public ManyToOnePropertyLiteral(int index, String name, URI key)
  • Method Details