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 Collection<R>,D extends Collection<T>>interfaceOneToManyValuedMetaProperty<T,R,C extends 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,List<R>>ToManyPropertyLiteral. asManyValuedProperty()ManyValuedMetaProperty<T,R,Collection<R>>ToOnePropertyLiteral. asManyValuedProperty()ManyValuedMetaProperty<R,T,C>InverseManyValuedMetaProperty. getInverse()ManyValuedMetaProperty<R,T,D>ManyToManyValuedMetaProperty. getInverse()ManyValuedMetaProperty<R,T,C>ManyToOneValuedMetaProperty. getInverse()
-