Package org.drools.traits.core.metadata
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<org.drools.traits.core.metadata.MetaProperty<T,R,R>>,Identifiable,InverseManyValuedMetaProperty<T,R,List<T>>,InvertibleMetaProperty<T,R,List<T>>,ManyToOneValuedMetaProperty<T,R,List<T>>,org.drools.traits.core.metadata.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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ManyToOnePropertyLiteral(int index, Class<T> klass, String name)ManyToOnePropertyLiteral(int index, String name, URI key)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidset(T object, R value, Lit lit)-
Methods inherited from class org.drools.traits.core.metadata.ToOnePropertyLiteral
asFunctionalProperty, asManyValuedProperty, isManyValued, 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.ManyToOneValuedMetaProperty
getInverse
-
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.OneValuedMetaProperty
get, set
-
-