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 © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.