Class ToOnePropertyLiteral<T,R>

java.lang.Object
org.drools.traits.core.metadata.PropertyLiteral<T,R,R>
org.drools.traits.core.metadata.ToOnePropertyLiteral<T,R>
All Implemented Interfaces:
Serializable, Comparable<MetaProperty<T,R,R>>, Identifiable, MetaProperty<T,R,R>, OneValuedMetaProperty<T,R>
Direct Known Subclasses:
ManyToOnePropertyLiteral, OneToOnePropertyLiteral

public abstract class ToOnePropertyLiteral<T,R> extends PropertyLiteral<T,R,R> implements OneValuedMetaProperty<T,R>
See Also: