Uses of Class
org.pentaho.reporting.libraries.formula.lvalues.TypeValuePair
-
-
Uses of TypeValuePair in org.pentaho.reporting.libraries.formula
Methods in org.pentaho.reporting.libraries.formula that return TypeValuePair Modifier and Type Method Description TypeValuePairFormula. evaluateTyped() -
Uses of TypeValuePair in org.pentaho.reporting.libraries.formula.function
Methods in org.pentaho.reporting.libraries.formula.function that return TypeValuePair Modifier and Type Method Description TypeValuePairFunction. evaluate(FormulaContext context, ParameterCallback parameters) -
Uses of TypeValuePair in org.pentaho.reporting.libraries.formula.function.datetime
-
Uses of TypeValuePair in org.pentaho.reporting.libraries.formula.function.information
-
Uses of TypeValuePair in org.pentaho.reporting.libraries.formula.function.logical
Methods in org.pentaho.reporting.libraries.formula.function.logical that return TypeValuePair Modifier and Type Method Description TypeValuePairAndFunction. evaluate(FormulaContext context, ParameterCallback parameters)TypeValuePairFalseFunction. evaluate(FormulaContext context, ParameterCallback parameters)TypeValuePairIfFunction. evaluate(FormulaContext context, ParameterCallback parameters)TypeValuePairIfNaFunction. evaluate(FormulaContext context, ParameterCallback parameters)TypeValuePairNotFunction. evaluate(FormulaContext context, ParameterCallback parameters)TypeValuePairOrFunction. evaluate(FormulaContext context, ParameterCallback parameters)TypeValuePairTrueFunction. evaluate(FormulaContext context, ParameterCallback parameters)TypeValuePairXorFunction. evaluate(FormulaContext context, ParameterCallback parameters) -
Uses of TypeValuePair in org.pentaho.reporting.libraries.formula.function.math
-
Uses of TypeValuePair in org.pentaho.reporting.libraries.formula.function.rounding
Methods in org.pentaho.reporting.libraries.formula.function.rounding that return TypeValuePair Modifier and Type Method Description TypeValuePairIntFunction. evaluate(FormulaContext context, ParameterCallback parameters) -
Uses of TypeValuePair in org.pentaho.reporting.libraries.formula.function.text
-
Uses of TypeValuePair in org.pentaho.reporting.libraries.formula.function.userdefined
Methods in org.pentaho.reporting.libraries.formula.function.userdefined that return TypeValuePair Modifier and Type Method Description TypeValuePairCsvArrayFunction. evaluate(FormulaContext context, ParameterCallback parameters)TypeValuePairCsvTextFunction. evaluate(FormulaContext context, ParameterCallback parameters)TypeValuePairNormalizeArrayFunction. evaluate(FormulaContext context, ParameterCallback parameters)TypeValuePairNullFunction. evaluate(FormulaContext context, ParameterCallback parameters)TypeValuePairParseDateFunction. evaluate(FormulaContext context, ParameterCallback parameters) -
Uses of TypeValuePair in org.pentaho.reporting.libraries.formula.lvalues
Methods in org.pentaho.reporting.libraries.formula.lvalues that return TypeValuePair Modifier and Type Method Description TypeValuePairContextLookup. evaluate()TypeValuePairDefaultDataTable. evaluate()TypeValuePairFormulaFunction. evaluate()TypeValuePairLValue. evaluate()TypeValuePairPostfixTerm. evaluate()TypeValuePairPrefixTerm. evaluate()TypeValuePairStaticValue. evaluate()TypeValuePairTerm. evaluate() -
Uses of TypeValuePair in org.pentaho.reporting.libraries.formula.operators
-
Uses of TypeValuePair in org.pentaho.reporting.libraries.formula.typing
Methods in org.pentaho.reporting.libraries.formula.typing that return TypeValuePair Modifier and Type Method Description TypeValuePairDefaultTypeRegistry. convertTo(Type targetType, TypeValuePair valuePair)Checks whether the target type would accept the specified value object and value type.
This method is called for auto conversion of fonction parameters using the conversion type declared by the function metadata.TypeValuePairTypeRegistry. convertTo(Type targetType, TypeValuePair valuePair)Checks whether the target type would accept the specified value object and value type.Methods in org.pentaho.reporting.libraries.formula.typing with parameters of type TypeValuePair Modifier and Type Method Description TypeValuePairDefaultTypeRegistry. convertTo(Type targetType, TypeValuePair valuePair)Checks whether the target type would accept the specified value object and value type.
This method is called for auto conversion of fonction parameters using the conversion type declared by the function metadata.TypeValuePairTypeRegistry. convertTo(Type targetType, TypeValuePair valuePair)Checks whether the target type would accept the specified value object and value type.
-