public interface PromptBean
Modifier and Type | Method and Description |
---|---|
java.lang.String |
get(int index)
Get a value.
|
void |
process(int index)
Process.
|
void |
process(Prompt prompt)
Process.
|
int |
size()
Size.
|
int size()
java.lang.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 © 2018. All rights reserved.