public class FunctionInfo extends Object
| Constructor and Description | 
|---|
| FunctionInfo(String name,
            String klass,
            String signature)Constructor for FunctionInfo. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getFunctionClass()The class of the function. | 
| String | getFunctionSignature()The signature of the function. | 
| String | getName()The name of the function. | 
public String getName()
public String getFunctionClass()
public String getFunctionSignature()
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.