Package org.drools.traits.core.metadata
Interface ManyToOneValuedMetaProperty<T,R,C extends Collection<T>>
- All Superinterfaces:
Comparable<MetaProperty<T,,R, R>> Identifiable,InverseManyValuedMetaProperty<T,,R, C> InvertibleMetaProperty<T,,R, C> 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
Methods inherited from interface java.lang.Comparable
compareToMethods inherited from interface org.drools.traits.core.metadata.Identifiable
getId, getUriMethods inherited from interface org.drools.traits.core.metadata.MetaProperty
asFunctionalProperty, asManyValuedProperty, getIndex, getKey, getName, isDatatype, isManyValuedMethods inherited from interface org.drools.traits.core.metadata.OneValuedMetaProperty
get, set, set
-
Method Details
-
getInverse
ManyValuedMetaProperty<R,T, getInverse()C> - Specified by:
getInversein interfaceInverseManyValuedMetaProperty<T,R, C extends Collection<T>> - Specified by:
getInversein interfaceInvertibleMetaProperty<T,R, C extends Collection<T>>
-