Package org.drools.traits.core.metadata
Interface ManyToOneValuedMetaProperty<T,R,C extends Collection<T>>
-
- All Superinterfaces:
Comparable<org.drools.traits.core.metadata.MetaProperty<T,R,R>>,Identifiable,InverseManyValuedMetaProperty<T,R,C>,InvertibleMetaProperty<T,R,C>,org.drools.traits.core.metadata.MetaProperty<T,R,R>,OneValuedMetaProperty<T,R>
- All Known Implementing Classes:
ManyToOnePropertyLiteral
public interface ManyToOneValuedMetaProperty<T,R,C extends Collection<T>> extends OneValuedMetaProperty<T,R>, InverseManyValuedMetaProperty<T,R,C>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ManyValuedMetaProperty<R,T,C>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.MetaProperty
asFunctionalProperty, asManyValuedProperty, getIndex, getKey, getName, isDatatype, isManyValued
-
Methods inherited from interface org.drools.traits.core.metadata.OneValuedMetaProperty
get, set, set
-
-
-
-
Method Detail
-
getInverse
ManyValuedMetaProperty<R,T,C> getInverse()
- Specified by:
getInversein interfaceInverseManyValuedMetaProperty<T,R,C extends Collection<T>>- Specified by:
getInversein interfaceInvertibleMetaProperty<T,R,C extends Collection<T>>
-
-