|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.excel4j.util.FunctionAdaptor
public abstract class FunctionAdaptor
A simple adaptor for a function class.
Constructor Summary | |
---|---|
FunctionAdaptor(java.lang.String name,
Argument[] args,
java.lang.String category,
java.lang.String helpText)
Creates a new FunctionAdaptor object. |
Method Summary | |
---|---|
Argument[] |
getArguments()
Get the arguments. |
java.lang.String |
getCategory()
Get the function category. |
java.lang.String |
getHelpText()
Get the help information. |
java.lang.String |
getName()
Get the function name. |
boolean |
isThreadSafe()
Indicates if a method is thread-safe. |
boolean |
isVolatile()
Indicates if the function is volatile. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.excel4j.Function |
---|
execute |
Constructor Detail |
---|
public FunctionAdaptor(java.lang.String name, Argument[] args, java.lang.String category, java.lang.String helpText)
name.
- args.
- category.
- helpText.
- Method Detail |
---|
public Argument[] getArguments()
Function
getArguments
in interface Function
public java.lang.String getCategory()
Function
getCategory
in interface Function
public java.lang.String getHelpText()
Function
getHelpText
in interface Function
public java.lang.String getName()
Function
getName
in interface Function
public boolean isVolatile()
Function
isVolatile
in interface Function
public boolean isThreadSafe()
Function
isThreadSafe
in interface Function
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |