Class FunctionProcessorData

All Implemented Interfaces:
Cloneable

public class FunctionProcessorData extends OperationProcessorData
Initializes a new FunctionProcessorData instance for the given requested entity function.

Supported API: true
  • Method Details

    • isBound

      public boolean isBound()
      Indicates if the Function is a bound Function.

      Supported API: true
      Returns:
      true is the Function is bound. False if the Function is unbound.
    • getBindingParameterName

      public String getBindingParameterName()
      Returns the name of the binding parameter for this Function. If the Function is unbound, returns null.

      Supported API: true
      Returns:
      name of the binding parameter. Null if the Function is unbound.