com.businessobjects.sdk.plugin.desktop.fullclient
Interface IFullClientPrompts

All Superinterfaces:
java.util.Collection, java.lang.Iterable, java.util.List

public interface IFullClientPrompts
extends java.util.List

This interface defines a collection that contains IFullClientPrompt objects.


Method Summary
 IFullClientPrompt add(java.lang.String promptName)
           Adds a prompt to the collection.
 
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
 

Method Detail

add

IFullClientPrompt add(java.lang.String promptName)

Adds a prompt to the collection.

Parameters:
promptName - A String that indicates the name of the prompt object.
Returns:
A IFullClientPrompt object.
See Also:
IFullClientPrompt