|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IDynamicRecipientProviderColumns
This interface represents a collection used to contain IDynamicRecipientProviderColumn objects.
| Method Summary | |
|---|---|
IDynamicRecipientProviderColumn |
addProviderColumn(int indexValue,
java.lang.String columnName)
Adds a dynamic recipient provider column to the collection. |
int |
getIndex(java.lang.String columnName)
Returns the index value of the column with the specified name. |
boolean |
removeProviderColumn(int id,
java.lang.String columnName)
Removes the provider column with the specified name and ID. |
| Methods inherited from interface com.crystaldecisions.sdk.properties.ISDKSet |
|---|
get |
| Methods inherited from interface java.util.Set |
|---|
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
| Method Detail |
|---|
IDynamicRecipientProviderColumn addProviderColumn(int indexValue,
java.lang.String columnName)
indexValue - the position of the column within the collection (the first position is 1)columnName - the column name
boolean removeProviderColumn(int id,
java.lang.String columnName)
id - the column IDcolumnName - the column name
int getIndex(java.lang.String columnName)
columnName - the column name
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||