|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Function
Warning: This interface is no longer functional from the SAP BusinessObjects 4.0 release onwards.
TheFunction interface holds information about
Web Intelligence functions.
| Method Summary | |
|---|---|
FunctionCategory[] |
getCategories()
Returns the list of FunctionCategory
to which this function belongs. |
java.lang.String |
getHint()
Returns the hint about the function. |
int |
getID()
Returns the Function ID. |
java.lang.String |
getName()
Returns the localized name of the Function. |
java.lang.String |
getReturnType()
Returns this Function objects return type name. |
java.lang.String |
getSyntax()
Returns the syntax of the Function. |
| Method Detail |
|---|
int getID()
Function ID.
Function.AllAvailableFunctionsIdentifiersjava.lang.String getName()
Function.
Function name.java.lang.String getHint()
java.lang.String getSyntax()
Function.
Function syntax.java.lang.String getReturnType()
Function objects return type name.
Possible return type names are:
Function objects return type name.FunctionCategory[] getCategories()
FunctionCategory
to which this function belongs.
Examples of possible categories are:
FunctionCategory objects.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||