Package org.drools.traits.core.metadata
Interface OneToManyValuedMetaProperty<T,R,C extends Collection<R>>
- All Superinterfaces:
Comparable<MetaProperty<T,,R, C>> Identifiable,InverseOneValuedMetaProperty<T,,R> InvertibleMetaProperty<T,,R, T> ManyValuedMetaProperty<T,,R, C> 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
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.ManyValuedMetaProperty
get, set, setMethods inherited from interface org.drools.traits.core.metadata.MetaProperty
asFunctionalProperty, asManyValuedProperty, getIndex, getKey, getName, isDatatype, isManyValued
-
Method Details
-
getInverse
OneValuedMetaProperty<R,T> getInverse()- Specified by:
getInversein interfaceInvertibleMetaProperty<T,R, C extends Collection<R>>
-