|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object spin.demo.prompt.PromptBeanImpl
public class PromptBeanImpl
Implementation of a prompt.
Constructor Summary | |
---|---|
PromptBeanImpl()
Constructor. |
Method Summary | |
---|---|
java.lang.String |
get(int index)
Get a value. |
void |
process(int index)
Process. |
void |
process(Prompt prompt)
Process. |
int |
size()
Size. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PromptBeanImpl()
Method Detail |
---|
public int size()
size
in interface PromptBean
public java.lang.String get(int index)
get
in interface PromptBean
index
- index of valuepublic void process(int index)
process
in interface PromptBean
index
- index of value to processpublic void process(Prompt prompt)
process
in interface PromptBean
prompt
- the prompt to use
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |