Package org.drools.traits.core.metadata
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<org.drools.traits.core.metadata.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>>,org.drools.traits.core.metadata.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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ManyToManyPropertyLiteral(int index, Class<T> klass, String name)ManyToManyPropertyLiteral(int index, String name, URI key)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidset(T o, List<R> values, Lit mode)-
Methods inherited from class org.drools.traits.core.metadata.ToManyPropertyLiteral
asFunctionalProperty, asManyValuedProperty, isManyValued, set, set
-
Methods inherited from class org.drools.traits.core.metadata.PropertyLiteral
compareTo, equals, getId, getIndex, getKey, getName, getUri, hashCode, isDatatype
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Comparable
compareTo
-
Methods inherited from interface org.drools.traits.core.metadata.Identifiable
getId, getUri
-
Methods inherited from interface org.drools.traits.core.metadata.ManyToManyValuedMetaProperty
getInverse
-
Methods inherited from interface org.drools.traits.core.metadata.ManyValuedMetaProperty
get, set
-
-