- CATEGORY - Static variable in class org.pentaho.reporting.libraries.formula.function.database.DatabaseFunctionCategory
-
- CATEGORY - Static variable in class org.pentaho.reporting.libraries.formula.function.datetime.DateTimeFunctionCategory
-
- CATEGORY - Static variable in class org.pentaho.reporting.libraries.formula.function.financial.FinancialFunctionCategory
-
- CATEGORY - Static variable in class org.pentaho.reporting.libraries.formula.function.information.InformationFunctionCategory
-
- CATEGORY - Static variable in class org.pentaho.reporting.libraries.formula.function.InvalidFunctionCategory
-
- CATEGORY - Static variable in class org.pentaho.reporting.libraries.formula.function.logical.LogicalFunctionCategory
-
- CATEGORY - Static variable in class org.pentaho.reporting.libraries.formula.function.math.MathFunctionCategory
-
- CATEGORY - Static variable in class org.pentaho.reporting.libraries.formula.function.rounding.RoundingFunctionCategory
-
- CATEGORY - Static variable in class org.pentaho.reporting.libraries.formula.function.text.TextFunctionCategory
-
- CATEGORY - Static variable in class org.pentaho.reporting.libraries.formula.function.userdefined.UserDefinedFunctionCategory
-
- CharFunction - Class in org.pentaho.reporting.libraries.formula.function.text
-
This function returns the given value as text.
- CharFunction() - Constructor for class org.pentaho.reporting.libraries.formula.function.text.CharFunction
-
- CharFunctionDescription - Class in org.pentaho.reporting.libraries.formula.function.text
-
- CharFunctionDescription() - Constructor for class org.pentaho.reporting.libraries.formula.function.text.CharFunctionDescription
-
- ChooseFunction - Class in org.pentaho.reporting.libraries.formula.function.information
-
This function uses an index to return a value from a list of values.
- ChooseFunction() - Constructor for class org.pentaho.reporting.libraries.formula.function.information.ChooseFunction
-
- ChooseFunctionDescription - Class in org.pentaho.reporting.libraries.formula.function.information
-
Describes ChooseFunction function.
- ChooseFunctionDescription() - Constructor for class org.pentaho.reporting.libraries.formula.function.information.ChooseFunctionDescription
-
- CleanFunction - Class in org.pentaho.reporting.libraries.formula.function.text
-
- CleanFunction() - Constructor for class org.pentaho.reporting.libraries.formula.function.text.CleanFunction
-
- CleanFunctionDescription - Class in org.pentaho.reporting.libraries.formula.function.text
-
Describes ExactFunction function.
- CleanFunctionDescription() - Constructor for class org.pentaho.reporting.libraries.formula.function.text.CleanFunctionDescription
-
- clear() - Method in class org.pentaho.reporting.libraries.formula.DefaultFormulaContextFactory
-
- clone() - Method in class org.pentaho.reporting.libraries.formula.Formula
-
- clone() - Method in class org.pentaho.reporting.libraries.formula.lvalues.AbstractLValue
-
- clone() - Method in class org.pentaho.reporting.libraries.formula.lvalues.DefaultDataTable
-
- clone() - Method in class org.pentaho.reporting.libraries.formula.lvalues.FormulaFunction
-
- clone() - Method in interface org.pentaho.reporting.libraries.formula.lvalues.LValue
-
- clone() - Method in class org.pentaho.reporting.libraries.formula.lvalues.PostfixTerm
-
- clone() - Method in class org.pentaho.reporting.libraries.formula.lvalues.PrefixTerm
-
- clone() - Method in class org.pentaho.reporting.libraries.formula.lvalues.Term
-
- CodeFunction - Class in org.pentaho.reporting.libraries.formula.function.text
-
This function returns the given value as text.
- CodeFunction() - Constructor for class org.pentaho.reporting.libraries.formula.function.text.CodeFunction
-
- CodeFunctionDescription - Class in org.pentaho.reporting.libraries.formula.function.text
-
- CodeFunctionDescription() - Constructor for class org.pentaho.reporting.libraries.formula.function.text.CodeFunctionDescription
-
- COLON - Static variable in interface org.pentaho.reporting.libraries.formula.parser.GeneratedFormulaParserConstants
-
- COLUMN_LOOKUP - Static variable in interface org.pentaho.reporting.libraries.formula.parser.GeneratedFormulaParserConstants
-
- COMMA - Static variable in interface org.pentaho.reporting.libraries.formula.parser.GeneratedFormulaParserConstants
-
- compare(Type, Object, Type, Object) - Method in class org.pentaho.reporting.libraries.formula.typing.DefaultComparator
-
Returns null, if the types are not comparable and are not convertible at all.
- compare(Type, Object, Type, Object) - Method in interface org.pentaho.reporting.libraries.formula.typing.ExtendedComparator
-
Returns null, if the types are not comparable and are not convertible at all.
- computeZeroDate(String, boolean) - Static method in class org.pentaho.reporting.libraries.formula.util.HSSFDateUtil
-
- CONCAT - Static variable in interface org.pentaho.reporting.libraries.formula.parser.GeneratedFormulaParserConstants
-
- ConcatenateFunction - Class in org.pentaho.reporting.libraries.formula.function.text
-
This function returns the given value as text.
- ConcatenateFunction() - Constructor for class org.pentaho.reporting.libraries.formula.function.text.ConcatenateFunction
-
- ConcatenateFunctionDescription - Class in org.pentaho.reporting.libraries.formula.function.text
-
- ConcatenateFunctionDescription() - Constructor for class org.pentaho.reporting.libraries.formula.function.text.ConcatenateFunctionDescription
-
- ConcatOperator - Class in org.pentaho.reporting.libraries.formula.operators
-
Concats two strings operator.
- ConcatOperator() - Constructor for class org.pentaho.reporting.libraries.formula.operators.ConcatOperator
-
- ContainsFunction - Class in org.pentaho.reporting.libraries.formula.function.database
-
This function checks to see if a substring is within a larger string and is needed for the inline ETL implementation
of Pentaho Metadata.
- ContainsFunction() - Constructor for class org.pentaho.reporting.libraries.formula.function.database.ContainsFunction
-
- ContainsFunctionDescription - Class in org.pentaho.reporting.libraries.formula.function.database
-
Describes the CONTAINS function
- ContainsFunctionDescription() - Constructor for class org.pentaho.reporting.libraries.formula.function.database.ContainsFunctionDescription
-
- ContextLookup - Class in org.pentaho.reporting.libraries.formula.lvalues
-
A reference that queries the datarow.
- ContextLookup(String) - Constructor for class org.pentaho.reporting.libraries.formula.lvalues.ContextLookup
-
- ContextLookup(String, ParsePosition) - Constructor for class org.pentaho.reporting.libraries.formula.lvalues.ContextLookup
-
- convertTo(Type, TypeValuePair) - Method in class org.pentaho.reporting.libraries.formula.typing.DefaultTypeRegistry
-
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.
- convertTo(Type, TypeValuePair) - Method in interface org.pentaho.reporting.libraries.formula.typing.TypeRegistry
-
Checks whether the target type would accept the specified value object and value type.
- convertToArray(Type, Object) - Method in class org.pentaho.reporting.libraries.formula.typing.DefaultTypeRegistry
-
- convertToArray(Type, Object) - Method in interface org.pentaho.reporting.libraries.formula.typing.TypeRegistry
-
- convertToDate(Type, Object) - Method in class org.pentaho.reporting.libraries.formula.typing.DefaultTypeRegistry
-
- convertToDate(Type, Object) - Method in interface org.pentaho.reporting.libraries.formula.typing.TypeRegistry
-
Converts the object of the given type into a date.
- convertToLogical(Type, Object) - Method in class org.pentaho.reporting.libraries.formula.typing.DefaultTypeRegistry
-
- convertToLogical(Type, Object) - Method in interface org.pentaho.reporting.libraries.formula.typing.TypeRegistry
-
Converts the object of the given type into a boolean.
- convertToNumber(Type, Object) - Method in class org.pentaho.reporting.libraries.formula.typing.DefaultTypeRegistry
-
converts the object of the given type into a number.
- convertToNumber(Type, Object) - Method in interface org.pentaho.reporting.libraries.formula.typing.TypeRegistry
-
Converts the object of the given type into a number.
- convertToNumberSequence(Type, Object, boolean) - Method in class org.pentaho.reporting.libraries.formula.typing.DefaultTypeRegistry
-
- convertToNumberSequence(Type, Object, boolean) - Method in interface org.pentaho.reporting.libraries.formula.typing.TypeRegistry
-
Converts the given (type,value) pair into a numeric sequence.
- convertToSequence(Type, Object) - Method in class org.pentaho.reporting.libraries.formula.typing.DefaultTypeRegistry
-
- convertToSequence(Type, Object) - Method in interface org.pentaho.reporting.libraries.formula.typing.TypeRegistry
-
- convertToText(Type, Object) - Method in class org.pentaho.reporting.libraries.formula.typing.DefaultTypeRegistry
-
- convertToText(Type, Object) - Method in interface org.pentaho.reporting.libraries.formula.typing.TypeRegistry
-
(This conversion is used by the operator implementations.)
- convertType(int, int) - Method in class org.pentaho.reporting.libraries.formula.function.datetime.WeekDayFunction
-
- CosFunction - Class in org.pentaho.reporting.libraries.formula.function.math
-
This function returns the acos of the value.
- CosFunction() - Constructor for class org.pentaho.reporting.libraries.formula.function.math.CosFunction
-
- CosFunctionDescription - Class in org.pentaho.reporting.libraries.formula.function.math
-
Describes CosFunction function.
- CosFunctionDescription() - Constructor for class org.pentaho.reporting.libraries.formula.function.math.CosFunctionDescription
-
- CountAFunction - Class in org.pentaho.reporting.libraries.formula.function.information
-
This function counts the number of non-empty values in the list of AnySequences provided.
- CountAFunction() - Constructor for class org.pentaho.reporting.libraries.formula.function.information.CountAFunction
-
- CountAFunctionDescription - Class in org.pentaho.reporting.libraries.formula.function.information
-
Describes the CountFunction function.
- CountAFunctionDescription() - Constructor for class org.pentaho.reporting.libraries.formula.function.information.CountAFunctionDescription
-
- CountBlankFunction - Class in org.pentaho.reporting.libraries.formula.function.information
-
This function counts the number of blank cells in the Reference provided.
- CountBlankFunction() - Constructor for class org.pentaho.reporting.libraries.formula.function.information.CountBlankFunction
-
- CountBlankFunctionDescription - Class in org.pentaho.reporting.libraries.formula.function.information
-
Describes the CountBlankFunction function.
- CountBlankFunctionDescription() - Constructor for class org.pentaho.reporting.libraries.formula.function.information.CountBlankFunctionDescription
-
- CountFunction - Class in org.pentaho.reporting.libraries.formula.function.information
-
This function counts the numbers in the list of NumberSequences provided.
- CountFunction() - Constructor for class org.pentaho.reporting.libraries.formula.function.information.CountFunction
-
- CountFunctionDescription - Class in org.pentaho.reporting.libraries.formula.function.information
-
Describes the CountFunction function.
- CountFunctionDescription() - Constructor for class org.pentaho.reporting.libraries.formula.function.information.CountFunctionDescription
-
- create(Locale, TimeZone) - Method in class org.pentaho.reporting.libraries.formula.DefaultFormulaContextFactory
-
- create(Locale, TimeZone) - Method in interface org.pentaho.reporting.libraries.formula.FormulaContextFactory
-
- createCalendar(Date, LocalizationContext) - Static method in class org.pentaho.reporting.libraries.formula.util.DateUtil
-
- createCellUITextFromFormula(String) - Static method in class org.pentaho.reporting.libraries.formula.util.FormulaUtil
-
- createCellUITextFromFormula(String, FormulaContext) - Static method in class org.pentaho.reporting.libraries.formula.util.FormulaUtil
-
- createDate(int, int, int, LocalizationContext) - Static method in class org.pentaho.reporting.libraries.formula.util.DateUtil
-
- createDateTime(int, int, int, int, int, int, LocalizationContext) - Static method in class org.pentaho.reporting.libraries.formula.util.DateUtil
-
- createEditorTextFromFormula(String, FormulaContext) - Static method in class org.pentaho.reporting.libraries.formula.util.FormulaUtil
-
- createFormulaFromUIText(String) - Static method in class org.pentaho.reporting.libraries.formula.util.FormulaUtil
-
Creates a formula fragment from the given UI text.
- createFunction(String) - Method in class org.pentaho.reporting.libraries.formula.function.DefaultFunctionRegistry
-
- createFunction(String) - Method in interface org.pentaho.reporting.libraries.formula.function.FunctionRegistry
-
- createInfixOperator(String) - Method in class org.pentaho.reporting.libraries.formula.operators.DefaultOperatorFactory
-
- createInfixOperator(String) - Method in interface org.pentaho.reporting.libraries.formula.operators.OperatorFactory
-
- createPostfixOperator(String) - Method in class org.pentaho.reporting.libraries.formula.operators.DefaultOperatorFactory
-
- createPostfixOperator(String) - Method in interface org.pentaho.reporting.libraries.formula.operators.OperatorFactory
-
- createPrefixOperator(String) - Method in class org.pentaho.reporting.libraries.formula.operators.DefaultOperatorFactory
-
- createPrefixOperator(String) - Method in interface org.pentaho.reporting.libraries.formula.operators.OperatorFactory
-
- createTime(int, int, int, LocalizationContext) - Static method in class org.pentaho.reporting.libraries.formula.util.DateUtil
-
- CsvArrayFunction - Class in org.pentaho.reporting.libraries.formula.function.userdefined
-
- CsvArrayFunction() - Constructor for class org.pentaho.reporting.libraries.formula.function.userdefined.CsvArrayFunction
-
- CsvArrayFunctionDescription - Class in org.pentaho.reporting.libraries.formula.function.userdefined
-
- CsvArrayFunctionDescription() - Constructor for class org.pentaho.reporting.libraries.formula.function.userdefined.CsvArrayFunctionDescription
-
- CsvTextFunction - Class in org.pentaho.reporting.libraries.formula.function.userdefined
-
- CsvTextFunction() - Constructor for class org.pentaho.reporting.libraries.formula.function.userdefined.CsvTextFunction
-
- CsvTextFunctionDescription - Class in org.pentaho.reporting.libraries.formula.function.userdefined
-
- CsvTextFunctionDescription() - Constructor for class org.pentaho.reporting.libraries.formula.function.userdefined.CsvTextFunctionDescription
-
- currentToken - Variable in exception org.pentaho.reporting.libraries.formula.parser.ParseException
-
This is the last token that has been consumed successfully.
- CustomErrorValue - Class in org.pentaho.reporting.libraries.formula
-
- CustomErrorValue(String) - Constructor for class org.pentaho.reporting.libraries.formula.CustomErrorValue
-
- CustomErrorValue(int, String) - Constructor for class org.pentaho.reporting.libraries.formula.CustomErrorValue
-