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<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>> 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:
-
Constructor Summary
ConstructorsConstructorDescriptionManyToManyPropertyLiteral(int index, Class<T> klass, String name) ManyToManyPropertyLiteral(int index, String name, URI key) -
Method Summary
Methods inherited from class org.drools.traits.core.metadata.ToManyPropertyLiteral
asFunctionalProperty, asManyValuedProperty, isManyValued, set, 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.ManyToManyValuedMetaProperty
getInverseMethods inherited from interface org.drools.traits.core.metadata.ManyValuedMetaProperty
get, setMethods inherited from interface org.drools.traits.core.metadata.MetaProperty
asFunctionalProperty, asManyValuedProperty, getIndex, getKey, getName, isDatatype, isManyValued
-
Constructor Details
-
ManyToManyPropertyLiteral
-
ManyToManyPropertyLiteral
-
-
Method Details
-
set
- Specified by:
setin interfaceManyValuedMetaProperty<T,R, List<R>> - Overrides:
setin classToManyPropertyLiteral<T,R>
-