Package org.drools.traits.core.metadata
Class OneToManyPropertyLiteral<T,R>
java.lang.Object
org.drools.traits.core.metadata.PropertyLiteral<T,R,List<R>>
org.drools.traits.core.metadata.ToManyPropertyLiteral<T,R>
org.drools.traits.core.metadata.OneToManyPropertyLiteral<T,R>
- All Implemented Interfaces:
Serializable,Comparable<MetaProperty<T,,R, List<R>>> Identifiable,InverseOneValuedMetaProperty<T,,R> InvertibleMetaProperty<T,,R, T> ManyValuedMetaProperty<T,,R, List<R>> MetaProperty<T,,R, List<R>> OneToManyValuedMetaProperty<T,R, List<R>>
public abstract class OneToManyPropertyLiteral<T,R>
extends ToManyPropertyLiteral<T,R>
implements OneToManyValuedMetaProperty<T,R,List<R>>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOneToManyPropertyLiteral(int index, Class<T> klass, String name) OneToManyPropertyLiteral(int index, String name, URI key) -
Method Summary
Methods inherited from class org.drools.traits.core.metadata.ToManyPropertyLiteral
asFunctionalProperty, asManyValuedProperty, isManyValued, set, setMethods inherited from class org.drools.traits.core.metadata.PropertyLiteral
compareTo, equals, getId, getIndex, getKey, getName, getUri, hashCode, isDatatypeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods 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, setMethods inherited from interface org.drools.traits.core.metadata.MetaProperty
asFunctionalProperty, asManyValuedProperty, getIndex, getKey, getName, isDatatype, isManyValuedMethods inherited from interface org.drools.traits.core.metadata.OneToManyValuedMetaProperty
getInverse
-
Constructor Details
-
OneToManyPropertyLiteral
-
OneToManyPropertyLiteral
-
-
Method Details
-
set
- Specified by:
setin interfaceManyValuedMetaProperty<T,R, List<R>> - Overrides:
setin classToManyPropertyLiteral<T,R>
-