Uses of Interface
org.drools.traits.core.metadata.OneValuedMetaProperty
-
Packages that use OneValuedMetaProperty Package Description org.drools.traits.core.metadata -
-
Uses of OneValuedMetaProperty in org.drools.traits.core.metadata
Subinterfaces of OneValuedMetaProperty in org.drools.traits.core.metadata Modifier and Type Interface Description interfaceManyToOneValuedMetaProperty<T,R,C extends java.util.Collection<T>>interfaceOneToOneValuedMetaProperty<T,R>Classes in org.drools.traits.core.metadata that implement OneValuedMetaProperty Modifier and Type Class Description classManyToOnePropertyLiteral<T,R>classOneToOnePropertyLiteral<T,R>classToOnePropertyLiteral<T,R>Methods in org.drools.traits.core.metadata that return OneValuedMetaProperty Modifier and Type Method Description OneValuedMetaProperty<T,java.util.List<R>>ToManyPropertyLiteral. asFunctionalProperty()OneValuedMetaProperty<T,R>ToOnePropertyLiteral. asFunctionalProperty()OneValuedMetaProperty<R,T>OneToManyValuedMetaProperty. getInverse()OneValuedMetaProperty<R,T>OneToOneValuedMetaProperty. getInverse()
-