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. |
COPYRIGHT
static final java.lang.String COPYRIGHT
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.