mondrian.olap.fun
Annotation Type JavaFunDef.FunctionName


@Retention(value=RUNTIME)
@Target(value=METHOD)
public static @interface JavaFunDef.FunctionName

Annotation which allows you to tag a Java method with the name of the MDX function it implements.

 

Required Element Summary
 String value
           
 

Element Detail

value

public abstract String value

SourceForge.net_Logo