public interface PromptBean
| Modifier and Type | Method and Description |
|---|---|
String |
get(int index)
Get a value.
|
void |
process(int index)
Process.
|
void |
process(Prompt prompt)
Process.
|
int |
size()
Size.
|
int size()
String get(int index)
index - index of valuevoid process(int index)
index - index of value to processvoid process(Prompt prompt)
prompt - the prompt to use for processingCopyright © 2016. All rights reserved.