Package org.drools.traits.core.metadata
Interface OneToManyValuedMetaProperty<T,R,C extends Collection<R>>
-
- All Superinterfaces:
Comparable<org.drools.traits.core.metadata.MetaProperty<T,R,C>>,Identifiable,InverseOneValuedMetaProperty<T,R>,InvertibleMetaProperty<T,R,T>,ManyValuedMetaProperty<T,R,C>,org.drools.traits.core.metadata.MetaProperty<T,R,C>
- All Known Implementing Classes:
OneToManyPropertyLiteral
public interface OneToManyValuedMetaProperty<T,R,C extends Collection<R>> extends ManyValuedMetaProperty<T,R,C>, InverseOneValuedMetaProperty<T,R>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OneValuedMetaProperty<R,T>getInverse()-
Methods inherited from interface java.lang.Comparable
compareTo
-
Methods inherited from interface org.drools.traits.core.metadata.Identifiable
getId, getUri
-
Methods inherited from interface org.drools.traits.core.metadata.ManyValuedMetaProperty
get, set, set
-
-
-
-
Method Detail
-
getInverse
OneValuedMetaProperty<R,T> getInverse()
- Specified by:
getInversein interfaceInvertibleMetaProperty<T,R,C extends Collection<R>>
-
-