Uses of Enum Class
org.drools.base.base.ValueType
Packages that use ValueType
Package
Description
Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements.
-
Uses of ValueType in org.drools.base.base
Fields in org.drools.base.base declared as ValueTypeMethods in org.drools.base.base that return ValueTypeModifier and TypeMethodDescriptionstatic ValueTypeValueType.determineValueType(Class<?> clazz) BaseClassFieldReader.getValueType()ClassObjectType.getValueType()ObjectType.getValueType()static ValueTypeReturns the enum constant of this class with the specified name.static ValueType[]ValueType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.drools.base.base with parameters of type ValueTypeConstructors in org.drools.base.base with parameters of type ValueTypeModifierConstructorDescriptionprotectedBaseClassFieldReader(int index, Class<?> fieldType, ValueType valueType) This constructor is not supposed to be used from outside the class hirarchy -
Uses of ValueType in org.drools.base.base.extractors
Methods in org.drools.base.base.extractors that return ValueTypeConstructors in org.drools.base.base.extractors with parameters of type ValueTypeModifierConstructorDescriptionprotectedBaseObjectClassFieldReader(int index, Class<?> fieldType, ValueType valueType) -
Uses of ValueType in org.drools.base.prototype
Methods in org.drools.base.prototype that return ValueTypeModifier and TypeMethodDescriptionPrototypeFieldExtractor.getValueType()PrototypeObjectType.getValueType() -
Uses of ValueType in org.drools.base.rule
Methods in org.drools.base.rule that return ValueType -
Uses of ValueType in org.drools.base.rule.accessor
Methods in org.drools.base.rule.accessor that return ValueTypeModifier and TypeMethodDescriptionEvaluator.getCoercedValueType()Returns the value type this evaluator will coerce operands to, during evaluation.Evaluator.getValueType()Returns the type of the values this evaluator operates upon.ReadAccessor.getValueType()RightTupleValueExtractor.getValueType()TupleValueExtractor.getValueType()WriteAccessor.getValueType()