com.sage.accpac.sm.crystal.ufl
Class LookUpString
java.lang.Object
com.sage.accpac.sm.crystal.ufl.LookUpString
- All Implemented Interfaces:
- com.crystaldecisions.reports.formulas.FormulaFunction, com.crystaldecisions.reports.formulas.FormulaFunctionDefinition
public class LookUpString
- extends java.lang.Object
- implements com.crystaldecisions.reports.formulas.FormulaFunction
LookUpString does lots of things
Method Summary |
com.crystaldecisions.reports.common.value.FormulaValue |
evaluate(com.crystaldecisions.reports.formulas.FormulaValueReference[] arguments)
It is not clear. |
com.crystaldecisions.reports.formulas.FormulaFunctionArgumentDefinition[] |
getArguments()
|
java.lang.String |
getIdentifier()
|
com.crystaldecisions.reports.common.value.FormulaValueType |
getReturnType()
|
void |
validateArgumentValues(com.crystaldecisions.reports.formulas.FormulaValueReference[] arguments)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LookUpString
public LookUpString()
getIdentifier
public java.lang.String getIdentifier()
- Specified by:
getIdentifier
in interface com.crystaldecisions.reports.formulas.FormulaFunctionDefinition
getReturnType
public com.crystaldecisions.reports.common.value.FormulaValueType getReturnType()
- Specified by:
getReturnType
in interface com.crystaldecisions.reports.formulas.FormulaFunctionDefinition
getArguments
public com.crystaldecisions.reports.formulas.FormulaFunctionArgumentDefinition[] getArguments()
- Specified by:
getArguments
in interface com.crystaldecisions.reports.formulas.FormulaFunctionDefinition
validateArgumentValues
public void validateArgumentValues(com.crystaldecisions.reports.formulas.FormulaValueReference[] arguments)
throws com.crystaldecisions.reports.formulas.FormulaFunctionCallException
- Specified by:
validateArgumentValues
in interface com.crystaldecisions.reports.formulas.FormulaFunction
- Throws:
com.crystaldecisions.reports.formulas.FormulaFunctionCallException
evaluate
public com.crystaldecisions.reports.common.value.FormulaValue evaluate(com.crystaldecisions.reports.formulas.FormulaValueReference[] arguments)
throws com.crystaldecisions.reports.formulas.FormulaFunctionCallException
- It is not clear. I do not know if this will always be passed a pure
number or whether it may be a number followed by text in each case
- Specified by:
evaluate
in interface com.crystaldecisions.reports.formulas.FormulaFunction
- Throws:
com.crystaldecisions.reports.formulas.FormulaFunctionCallException
Copyright © 2011 Sage Software, Inc. All rights reserved.