Package org.drools.traits.core.metadata
Class InvertiblePropertyLiteral
java.lang.Object
org.drools.traits.core.metadata.PropertyLiteral
org.drools.traits.core.metadata.InvertiblePropertyLiteral
- All Implemented Interfaces:
Serializable,Comparable,Identifiable,InvertibleMetaProperty,MetaProperty
public abstract class InvertiblePropertyLiteral
extends PropertyLiteral
implements InvertibleMetaProperty
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvertiblePropertyLiteral(int index, Class klass, String name) InvertiblePropertyLiteral(int index, String name, URI key) -
Method Summary
Methods 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 org.drools.traits.core.metadata.InvertibleMetaProperty
getInverseMethods inherited from interface org.drools.traits.core.metadata.MetaProperty
asFunctionalProperty, asManyValuedProperty, get, isManyValued
-
Constructor Details
-
InvertiblePropertyLiteral
-
InvertiblePropertyLiteral
-