Uses of Class
org.openl.rules.constants.ConstantOpenField
-
Packages that use ConstantOpenField Package Description org.openl.rules.binding org.openl.rules.cmatch.algorithm org.openl.rules.constants org.openl.rules.lang.xls.binding.wrapper org.openl.rules.lang.xls.types.meta -
-
Uses of ConstantOpenField in org.openl.rules.binding
Methods in org.openl.rules.binding that return ConstantOpenField Modifier and Type Method Description static ConstantOpenFieldRuleRowHelper. findConstantField(IBindingContext bindingContext, String source)Methods in org.openl.rules.binding with parameters of type ConstantOpenField Modifier and Type Method Description static ObjectRuleRowHelper. castConstantToExpectedType(IBindingContext bindingContext, ConstantOpenField constantOpenField, IOpenClass expectedType) -
Uses of ConstantOpenField in org.openl.rules.cmatch.algorithm
Methods in org.openl.rules.cmatch.algorithm with parameters of type ConstantOpenField Modifier and Type Method Description protected voidMatchAlgorithmCompiler. setMetaInfoForConstant(IBindingContext bindingContext, ColumnMatch columnMatch, SubValue sv, ConstantOpenField constantOpenField) -
Uses of ConstantOpenField in org.openl.rules.constants
Methods in org.openl.rules.constants that return types with arguments of type ConstantOpenField Modifier and Type Method Description Collection<ConstantOpenField>ConstantsTableBoundNode. getConstantOpenFields() -
Uses of ConstantOpenField in org.openl.rules.lang.xls.binding.wrapper
Subclasses of ConstantOpenField in org.openl.rules.lang.xls.binding.wrapper Modifier and Type Class Description classConstantOpenFieldWrapperMethods in org.openl.rules.lang.xls.binding.wrapper that return ConstantOpenField Modifier and Type Method Description ConstantOpenFieldConstantOpenFieldWrapper. getDelegate()Constructors in org.openl.rules.lang.xls.binding.wrapper with parameters of type ConstantOpenField Constructor Description ConstantOpenFieldWrapper(ConstantOpenField delegate, IOpenClass type) -
Uses of ConstantOpenField in org.openl.rules.lang.xls.types.meta
Methods in org.openl.rules.lang.xls.types.meta with parameters of type ConstantOpenField Modifier and Type Method Description voidBaseMetaInfoReader. addConstant(ICell cell, ConstantOpenField constantOpenField)
-