com.ibm.xdms.common
Interface FunctionInfo


public interface FunctionInfo

Used to store the class and interface information of a defined function.


Field Summary
static java.lang.String COPYRIGHT
           
 
Method Summary
 java.lang.String getFunctionClass()
          Returns the fully qualified function class name.
 java.lang.String getFunctionInterface()
          Returns the fully qualified function interface name.
 

Field Detail

COPYRIGHT

static final java.lang.String COPYRIGHT
Method Detail

getFunctionClass

java.lang.String getFunctionClass()
Returns the fully qualified function class name.

Returns:
Returns the fully qualified function class name.

getFunctionInterface

java.lang.String getFunctionInterface()
Returns the fully qualified function interface name.

Returns:
Returns the fully qualified function interface name.