|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmondrian.test.UdfTest.PlusOneUdf
mondrian.test.UdfTest.BadPlusOneUdf
public static class UdfTest.BadPlusOneUdf
A simple user-defined function which adds one to its argument.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface mondrian.spi.UserDefinedFunction |
|---|
UserDefinedFunction.Argument |
| Constructor Summary | |
|---|---|
UdfTest.BadPlusOneUdf(java.lang.String name)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
Returns the name with which the user-defined function will be used from within MDX expressions. |
Type |
getReturnType(Type[] parameterTypes)
Returns the return-type of this function. |
| Methods inherited from class mondrian.test.UdfTest.PlusOneUdf |
|---|
execute, getDescription, getParameterTypes, getReservedWords, getSyntax |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UdfTest.BadPlusOneUdf(java.lang.String name)
| Method Detail |
|---|
public java.lang.String getName()
UserDefinedFunction
getName in interface UserDefinedFunctiongetName in class UdfTest.PlusOneUdfpublic Type getReturnType(Type[] parameterTypes)
UserDefinedFunction
getReturnType in interface UserDefinedFunctiongetReturnType in class UdfTest.PlusOneUdfparameterTypes - Parameter types
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||