Uses of Class
com.metamatrix.query.function.metadata.FunctionMethod

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.
 



Copyright © 2009. All Rights Reserved.