com.businessobjects.sdk.plugin.desktop.publication
Interface IDynamicRecipientProviderColumn


public interface IDynamicRecipientProviderColumn

This interface represents a column in a dynamic recipient provider document that contains profile values.


Method Summary
 int getIndex()
          Returns the position of the column within the collection of provider columns.
 java.lang.String getProviderColumnName()
          Returns the column name.
 

Method Detail

getIndex

int getIndex()
Returns the position of the column within the collection of provider columns. The index is used to refer to the provider column when mapping the column to a variable in a report.

Returns:
The position of the column.
See Also:
IDynamicRecipientVariableMappings.addVariableMapping(int, java.lang.String, int)

getProviderColumnName

java.lang.String getProviderColumnName()
Returns the column name.

Returns:
The column name.