Package org.drools.traits.core.metadata
Interface OneValuedMetaProperty<T,R>
-
- All Superinterfaces:
java.lang.Comparable<org.drools.traits.core.metadata.MetaProperty<T,R,R>>,Identifiable,org.drools.traits.core.metadata.MetaProperty<T,R,R>
- All Known Subinterfaces:
ManyToOneValuedMetaProperty<T,R,C>,OneToOneValuedMetaProperty<T,R>
- All Known Implementing Classes:
ManyToOnePropertyLiteral,OneToOnePropertyLiteral,ToOnePropertyLiteral
public interface OneValuedMetaProperty<T,R> extends org.drools.traits.core.metadata.MetaProperty<T,R,R>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Rget(T object)voidset(T o, R value)voidset(T target, R value, Lit set)-
Methods inherited from interface org.drools.traits.core.metadata.Identifiable
getId, getUri
-
-