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