|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.excel4j.reflect.FunctionAttributes
public class FunctionAttributes
A set of attributes for a method.
Constructor Summary | |
---|---|
FunctionAttributes()
Creates a new FunctionAttributes object. |
|
FunctionAttributes(java.lang.String helpText,
java.lang.String[] argNames,
java.lang.String[] argHelp)
Creates a new FunctionAttributes object. |
Method Summary | |
---|---|
java.lang.String[] |
getArgHelp()
Gets the argument help texts for a function. |
java.lang.String[] |
getArgNames()
Gets the argument names for a function. |
java.lang.String |
getCategory()
Get the category for a function. |
java.lang.String |
getHelpText()
Gets the help text for a function. |
boolean |
isStrict()
Indicates if the argument supports optional arguments. |
boolean |
isThreadSafe()
Indicates if the function is thread-safe. |
boolean |
isVolatile()
Indicates if the function is volatile. |
void |
setArgHelp(java.lang.String[] argHelp)
Set the argument help texts for a function. |
void |
setArgNames(java.lang.String[] argNames)
Sets the argument names for a function. |
void |
setCategory(java.lang.String category)
Set the category for a function. |
void |
setHelpText(java.lang.String helpText)
Sets the help text for a function. |
void |
setStrict(boolean isStrict)
Sets the strict mode. |
void |
setThreadSafe(boolean isThreadSafe)
Sets the thread-safe flag. |
void |
setVolatile(boolean isVolatile)
Sets the volatile flag. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FunctionAttributes()
public FunctionAttributes(java.lang.String helpText, java.lang.String[] argNames, java.lang.String[] argHelp)
helpText.
- argNames.
- argHelp.
- Method Detail |
---|
public java.lang.String getHelpText()
public void setHelpText(java.lang.String helpText)
helpText.
- public java.lang.String[] getArgNames()
public void setArgNames(java.lang.String[] argNames)
argNames.
- public java.lang.String[] getArgHelp()
public void setArgHelp(java.lang.String[] argHelp)
argHelp.
- public boolean isStrict()
public void setStrict(boolean isStrict)
isStrict.
- public boolean isVolatile()
public void setVolatile(boolean isVolatile)
isVolatile.
- public boolean isThreadSafe()
public void setThreadSafe(boolean isThreadSafe)
isThreadSafe.
- public java.lang.String getCategory()
public void setCategory(java.lang.String category)
category.
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |