BSFNParameter
The BSFNParameter interface defines APIs that enable you to retrieve metadata related to the data structure of the business function. The BSFNParameter interface defines these APIs:
public int getItemID();
public String getName();
public int getLength();
public IOType getIOType();
public RequiredType getRequiredType();
public BSFNDataType get DataType();