|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FunctionMethod | |
---|---|
com.metamatrix.query.function | |
com.metamatrix.query.function.metadata |
Uses of FunctionMethod in com.metamatrix.query.function |
---|
Constructors in com.metamatrix.query.function with parameters of type FunctionMethod | |
---|---|
FunctionForm(FunctionMethod method)
Construct a function form by pulling all info from a FunctionMethod. |
Uses of FunctionMethod in com.metamatrix.query.function.metadata |
---|
Methods in com.metamatrix.query.function.metadata that return FunctionMethod | |
---|---|
FunctionMethod |
InvalidFunctionItem.getMethod()
Gets the method. |
Methods in com.metamatrix.query.function.metadata that return types with arguments of type FunctionMethod | |
---|---|
static java.util.List<FunctionMethod> |
FunctionMetadataReader.loadFunctionMethods(java.io.InputStream source)
|
Methods in com.metamatrix.query.function.metadata with parameters of type FunctionMethod | |
---|---|
void |
InvalidFunctionItem.setMethod(FunctionMethod method)
Sets the method. |
static void |
FunctionMetadataValidator.validateFunctionMethod(FunctionMethod method,
ActivityReport report)
Determine whether a FunctionMethod is valid. |
Constructors in com.metamatrix.query.function.metadata with parameters of type FunctionMethod | |
---|---|
InvalidFunctionItem(FunctionMethod method,
java.lang.String message)
Construct with invalid function object and exception. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |