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<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 Summary
ConstructorsConstructorDescriptionManyToOnePropertyLiteral(int index, Class<T> klass, String name) ManyToOnePropertyLiteral(int index, String name, URI key) -
Method Summary
Methods inherited from class org.drools.traits.core.metadata.ToOnePropertyLiteral
asFunctionalProperty, asManyValuedProperty, isManyValued, setMethods inherited from class org.drools.traits.core.metadata.PropertyLiteral
compareTo, equals, getId, getIndex, getKey, getName, getUri, hashCode, isDatatypeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface org.drools.traits.core.metadata.Identifiable
getId, getUriMethods inherited from interface org.drools.traits.core.metadata.ManyToOneValuedMetaProperty
getInverseMethods inherited from interface org.drools.traits.core.metadata.MetaProperty
asFunctionalProperty, asManyValuedProperty, getIndex, getKey, getName, isDatatype, isManyValuedMethods inherited from interface org.drools.traits.core.metadata.OneValuedMetaProperty
get, set
-
Constructor Details
-
ManyToOnePropertyLiteral
-
ManyToOnePropertyLiteral
-
-
Method Details
-
set
- Specified by:
setin interfaceOneValuedMetaProperty<T,R> - Overrides:
setin classToOnePropertyLiteral<T,R>
-