BSFNMethod

The BSFNMethod interface defines APIs that enable you to retrieve metadata related to the business function method. The BSFNMethod interface defines these APIs:

  • public String getName();

  • public String getDSTemplateName();

  • public String getBSFNName();

  • public String getDescription();

  • public BSFNParameter getParameter(String paraName);

  • public BSFNParameter[] getParameters();

  • public String getFormatString();

  • public ExecutableMethod createExecutable();

  • public boolean equals(Object anotherBSFNMethod);

  • public void setEqualTo(BSFNMethod anotherBSFNMethod);

  • public String getVersion();

  • public void setVersion(String version);