Uses of Interface
org.drools.traits.core.metadata.ManyValuedMetaProperty
-
Packages that use ManyValuedMetaProperty Package Description org.drools.traits.core.metadata -
-
Uses of ManyValuedMetaProperty in org.drools.traits.core.metadata
Subinterfaces of ManyValuedMetaProperty in org.drools.traits.core.metadata Modifier and Type Interface Description interfaceManyToManyValuedMetaProperty<T,R,C extends java.util.Collection<R>,D extends java.util.Collection<T>>interfaceOneToManyValuedMetaProperty<T,R,C extends java.util.Collection<R>>Classes in org.drools.traits.core.metadata that implement ManyValuedMetaProperty Modifier and Type Class Description classManyToManyPropertyLiteral<T,R>classOneToManyPropertyLiteral<T,R>classToManyPropertyLiteral<T,R>Methods in org.drools.traits.core.metadata that return ManyValuedMetaProperty Modifier and Type Method Description ManyValuedMetaProperty<T,R,java.util.List<R>>ToManyPropertyLiteral. asManyValuedProperty()ManyValuedMetaProperty<T,R,java.util.Collection<R>>ToOnePropertyLiteral. asManyValuedProperty()ManyValuedMetaProperty<R,T,C>InverseManyValuedMetaProperty. getInverse()ManyValuedMetaProperty<R,T,D>ManyToManyValuedMetaProperty. getInverse()ManyValuedMetaProperty<R,T,C>ManyToOneValuedMetaProperty. getInverse()
-