|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jfree.formula.function.AbstractFunctionDescription
org.jfree.formula.function.information.NaFunctionDescription
public class NaFunctionDescription
| Constructor Summary | |
|---|---|
NaFunctionDescription()
|
|
| 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.jfree.formula.function.AbstractFunctionDescription |
|---|
getBundle, 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 NaFunctionDescription()
| 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 | ||||||||