Package org.drools.traits.core.metadata
Class OneToManyPropertyLiteral<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.OneToManyPropertyLiteral<T,R>
-
- All Implemented Interfaces:
Serializable,Comparable<org.drools.traits.core.metadata.MetaProperty<T,R,List<R>>>,Identifiable,InverseOneValuedMetaProperty<T,R>,InvertibleMetaProperty<T,R,T>,ManyValuedMetaProperty<T,R,List<R>>,org.drools.traits.core.metadata.MetaProperty<T,R,List<R>>,OneToManyValuedMetaProperty<T,R,List<R>>
public abstract class OneToManyPropertyLiteral<T,R> extends ToManyPropertyLiteral<T,R> implements OneToManyValuedMetaProperty<T,R,List<R>>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OneToManyPropertyLiteral(int index, Class<T> klass, String name)OneToManyPropertyLiteral(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.ManyValuedMetaProperty
get, set
-
Methods inherited from interface org.drools.traits.core.metadata.MetaProperty
asFunctionalProperty, asManyValuedProperty, getIndex, getKey, getName, isDatatype, isManyValued
-
Methods inherited from interface org.drools.traits.core.metadata.OneToManyValuedMetaProperty
getInverse
-
-