|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pentaho.reporting.libraries.formula.function.AbstractFunctionDescription
org.pentaho.reporting.libraries.formula.function.text.UnicharFunctionDescription
public class UnicharFunctionDescription
Constructor Summary | |
---|---|
UnicharFunctionDescription()
|
Method Summary | |
---|---|
FunctionCategory |
getCategory()
|
int |
getParameterCount()
|
Type |
getParameterType(int position)
Returns the parameter type at the given position using the function metadata. |
Type |
getValueType()
|
boolean |
isParameterMandatory(int position)
Defines, whether the parameter at the given position is mandatory. |
Methods inherited from class org.pentaho.reporting.libraries.formula.function.AbstractFunctionDescription |
---|
getBundle, getCanonicalName, getDefaultValue, getDescription, getDisplayName, getParameterDescription, getParameterDisplayName, isInfiniteParameterCount, isVolatile |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UnicharFunctionDescription()
Method Detail |
---|
public FunctionCategory getCategory()
public int getParameterCount()
public Type getParameterType(int position)
FunctionDescription
position
- The parameter index.
public Type getValueType()
public boolean isParameterMandatory(int position)
FunctionDescription
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |