Package org.drools.traits.core.metadata
Interface OneToOneValuedMetaProperty<T,R>
- All Superinterfaces:
Comparable<MetaProperty<T,,R, R>> Identifiable,InverseOneValuedMetaProperty<T,,R> InvertibleMetaProperty<T,,R, T> MetaProperty<T,,R, R> OneValuedMetaProperty<T,R>
- All Known Implementing Classes:
OneToOnePropertyLiteral
public interface OneToOneValuedMetaProperty<T,R>
extends OneValuedMetaProperty<T,R>, 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.MetaProperty
asFunctionalProperty, asManyValuedProperty, getIndex, getKey, getName, isDatatype, isManyValuedMethods inherited from interface org.drools.traits.core.metadata.OneValuedMetaProperty
get, set, set
-
Method Details
-
getInverse
OneValuedMetaProperty<R,T> getInverse()- Specified by:
getInversein interfaceInvertibleMetaProperty<T,R, T>
-